Changeset 09ab0a9a in mainline for uspace/drv/platform/amdm37x
- Timestamp:
- 2018-09-13T12:05:53Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/drv/platform/amdm37x
- Files:
-
- 9 edited
-
amdm37x.c (modified) (3 diffs)
-
cm/clock_control.h (modified) (1 diff)
-
cm/iva2.h (modified) (1 diff)
-
cm/mpu.h (modified) (1 diff)
-
cm/usbhost.h (modified) (1 diff)
-
main.c (modified) (2 diffs)
-
prm/clock_control.h (modified) (1 diff)
-
prm/usbhost.h (modified) (1 diff)
-
usbtll.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/platform/amdm37x/amdm37x.c
rb2aaaa0 r09ab0a9a 51 51 } 52 52 53 54 53 errno_t amdm37x_init(amdm37x_t *device, bool trace) 55 54 { … … 116 115 } 117 116 118 119 117 /** Set DPLLs 1,2,3,4,5 to ON (locked) and autoidle. 120 118 * @param device Register map. … … 137 135 ddf_msg(LVL_NOTE, "Base frequency: %d.%dMhz", 138 136 base_freq / 1000, base_freq % 1000); 139 140 137 141 138 /* -
uspace/drv/platform/amdm37x/cm/clock_control.h
rb2aaaa0 r09ab0a9a 160 160 * @} 161 161 */ 162 -
uspace/drv/platform/amdm37x/cm/iva2.h
rb2aaaa0 r09ab0a9a 100 100 * @} 101 101 */ 102 -
uspace/drv/platform/amdm37x/cm/mpu.h
rb2aaaa0 r09ab0a9a 96 96 * @} 97 97 */ 98 -
uspace/drv/platform/amdm37x/cm/usbhost.h
rb2aaaa0 r09ab0a9a 81 81 * @} 82 82 */ 83 -
uspace/drv/platform/amdm37x/main.c
rb2aaaa0 r09ab0a9a 67 67 #define VIDEO_ENC_SIZE 256 68 68 69 70 69 static hw_resource_t ohci_res[] = { 71 70 { … … 150 149 }, 151 150 }; 152 153 151 154 152 static hw_resource_list_t *amdm37x_get_resources(ddf_fun_t *fnode); -
uspace/drv/platform/amdm37x/prm/clock_control.h
rb2aaaa0 r09ab0a9a 81 81 } 82 82 83 84 83 #endif 85 84 /** -
uspace/drv/platform/amdm37x/prm/usbhost.h
rb2aaaa0 r09ab0a9a 110 110 * @} 111 111 */ 112 -
uspace/drv/platform/amdm37x/usbtll.h
rb2aaaa0 r09ab0a9a 128 128 * @} 129 129 */ 130
Note:
See TracChangeset
for help on using the changeset viewer.
