Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c39 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_udc_ep0_zlp()
58 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_udc_pre_setup()
60 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DOEPCTL0 = 0x%x\n", in dwc2_udc_pre_setup()
69 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
71 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DOEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
85 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
87 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DOEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
716 debug_cond(DEBUG_EP0 != 0, "%s: max = %d\n", __func__, max); in write_fifo_ep0()
731 debug_cond(DEBUG_EP0 != 0, in write_fifo_ep0()
751 debug_cond(DEBUG_EP0 != 0, in dwc2_fifo_read()
[all …]
H A Ddwc2_udc_otg.c51 #define DEBUG_EP0 0 macro