Searched refs:UDCDBGA (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | designware_udc.c | 24 #define UDCDBGA(fmt, args...) macro 27 #define UDCDBGA(fmt, args...) serial_printf(fmt "\n", ##args) macro 268 UDCDBGA("urb->buffer %p, buffer_length %d, actual_length %d", in dw_write_noniso_tx_fifo() 289 UDCDBGA("endpoint->sent %d, tx_packetSize %d, last %d", in dw_write_noniso_tx_fifo() 591 UDCDBGA("setting up endpoint addr %x", endpoint->endpoint_address); in udc_setup_ep() 752 UDCDBGA("enable device %p, status %d", device, device->status); in udc_enable()
|