Changeset b7fd2a0 in mainline for uspace/drv/platform/amdm37x/amdm37x.c
- Timestamp:
- 2018-01-13T03:10:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/platform/amdm37x/amdm37x.c
r36f0738 rb7fd2a0 53 53 54 54 55 int amdm37x_init(amdm37x_t *device, bool trace)55 errno_t amdm37x_init(amdm37x_t *device, bool trace) 56 56 { 57 57 assert(device); 58 int ret = EOK;58 errno_t ret = EOK; 59 59 60 60 ret = pio_enable((void*)USBHOST_CM_BASE_ADDRESS, USBHOST_CM_SIZE, … … 358 358 * Select mode than can operate in FS/LS. 359 359 */ 360 int amdm37x_usb_tll_init(amdm37x_t *device)360 errno_t amdm37x_usb_tll_init(amdm37x_t *device) 361 361 { 362 362 /* Check access */
Note:
See TracChangeset
for help on using the changeset viewer.