Changes in uspace/drv/platform/amdm37x/amdm37x.c [81b1db8:84239b1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/platform/amdm37x/amdm37x.c
r81b1db8 r84239b1 45 45 46 46 static void 47 log _message(const volatile void *place, uint64_t val, volatile void *base, size_t size,47 log(const volatile void *place, uint64_t val, volatile void *base, size_t size, 48 48 void *data, bool write) 49 49 { … … 104 104 105 105 if (trace) { 106 pio_trace_enable(device->tll, AMDM37x_USBTLL_SIZE, log _message, (void*)AMDM37x_USBTLL_BASE_ADDRESS);107 pio_trace_enable(device->cm.clocks, CLOCK_CONTROL_CM_SIZE, log _message, (void*)CLOCK_CONTROL_CM_BASE_ADDRESS);108 pio_trace_enable(device->cm.core, CORE_CM_SIZE, log _message, (void*)CORE_CM_BASE_ADDRESS);109 pio_trace_enable(device->cm.mpu, MPU_CM_SIZE, log _message, (void*)MPU_CM_BASE_ADDRESS);110 pio_trace_enable(device->cm.iva2, IVA2_CM_SIZE, log _message, (void*)IVA2_CM_BASE_ADDRESS);111 pio_trace_enable(device->cm.usbhost, USBHOST_CM_SIZE, log _message, (void*)USBHOST_CM_BASE_ADDRESS);112 pio_trace_enable(device->uhh, AMDM37x_UHH_SIZE, log _message, (void*)AMDM37x_UHH_BASE_ADDRESS);113 pio_trace_enable(device->prm.clocks, CLOCK_CONTROL_PRM_SIZE, log _message, (void*)CLOCK_CONTROL_PRM_BASE_ADDRESS);114 pio_trace_enable(device->prm.global, GLOBAL_REG_PRM_SIZE, log _message, (void*)GLOBAL_REG_PRM_BASE_ADDRESS);106 pio_trace_enable(device->tll, AMDM37x_USBTLL_SIZE, log, (void*)AMDM37x_USBTLL_BASE_ADDRESS); 107 pio_trace_enable(device->cm.clocks, CLOCK_CONTROL_CM_SIZE, log, (void*)CLOCK_CONTROL_CM_BASE_ADDRESS); 108 pio_trace_enable(device->cm.core, CORE_CM_SIZE, log, (void*)CORE_CM_BASE_ADDRESS); 109 pio_trace_enable(device->cm.mpu, MPU_CM_SIZE, log, (void*)MPU_CM_BASE_ADDRESS); 110 pio_trace_enable(device->cm.iva2, IVA2_CM_SIZE, log, (void*)IVA2_CM_BASE_ADDRESS); 111 pio_trace_enable(device->cm.usbhost, USBHOST_CM_SIZE, log, (void*)USBHOST_CM_BASE_ADDRESS); 112 pio_trace_enable(device->uhh, AMDM37x_UHH_SIZE, log, (void*)AMDM37x_UHH_BASE_ADDRESS); 113 pio_trace_enable(device->prm.clocks, CLOCK_CONTROL_PRM_SIZE, log, (void*)CLOCK_CONTROL_PRM_BASE_ADDRESS); 114 pio_trace_enable(device->prm.global, GLOBAL_REG_PRM_SIZE, log, (void*)GLOBAL_REG_PRM_BASE_ADDRESS); 115 115 } 116 116 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.