Home
last modified time | relevance | path

Searched refs:DEBUG_EP0 (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_xfer_dma.c41 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_udc_ep0_zlp()
60 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_udc_pre_setup()
62 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DOEPCTL0 = 0x%x\n", in dwc2_udc_pre_setup()
71 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
73 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DOEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
87 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
89 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DOEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
707 debug_cond(DEBUG_EP0 != 0, "%s: max = %d\n", __func__, max); in write_fifo_ep0()
722 debug_cond(DEBUG_EP0 != 0, in write_fifo_ep0()
742 debug_cond(DEBUG_EP0 != 0, in dwc2_fifo_read()
[all …]
Ddwc2_udc_otg.c50 #define DEBUG_EP0 0 macro