Changeset 09ab0a9a in mainline for uspace/drv/platform
- Timestamp:
- 2018-09-13T12:05:53Z (7 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
- Files:
-
- 11 edited
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 -
uspace/drv/platform/malta/malta.c
rb2aaaa0 r09ab0a9a 245 245 >[GT_PCI_CMD / sizeof(ioport32_t)], host2uint32_t_le(val)); 246 246 247 248 247 /* Register functions. */ 249 248 if (!malta_add_functions(dev)) { -
uspace/drv/platform/sun4u/sun4u.c
rb2aaaa0 r09ab0a9a 69 69 #define PBM_OBIO_BASE UINT64_C(0) 70 70 #define PBM_OBIO_SIZE UINT64_C(0x1898) 71 72 71 73 72 typedef struct sun4u_fun {
Note:
See TracChangeset
for help on using the changeset viewer.