Changeset 4b2c7a88 in mainline for uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h
- Timestamp:
- 2012-11-20T21:52:37Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ca042f1
- Parents:
- 8138d4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h
r8138d4f r4b2c7a88 39 39 40 40 /* AM/DM37x TRM p.536 and p.589 */ 41 #define CLOCK_CONTROL_PRM_BASE_ADDRESS 0x48 006d0041 #define CLOCK_CONTROL_PRM_BASE_ADDRESS 0x48306d00 42 42 #define CLOCK_CONTROL_PRM_SIZE 8192 43 43 … … 60 60 } clock_control_prm_regs_t; 61 61 62 static unsigned sys_clk_freq_kHz(unsigned reg_val)62 static inline unsigned sys_clk_freq_kHz(unsigned reg_val) 63 63 { 64 64 switch(reg_val)
Note:
See TracChangeset
for help on using the changeset viewer.