Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c38 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_udc_ep0_zlp()
57 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_udc_pre_setup()
59 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DOEPCTL0 = 0x%x\n", in dwc2_udc_pre_setup()
68 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
70 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DOEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
84 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DIEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
86 debug_cond(DEBUG_EP0 != 0, "%s:EP0 ZLP DOEPCTL0 = 0x%x\n", in dwc2_ep0_complete_out()
694 debug_cond(DEBUG_EP0 != 0, "%s: max = %d\n", __func__, max); in write_fifo_ep0()
709 debug_cond(DEBUG_EP0 != 0, in write_fifo_ep0()
729 debug_cond(DEBUG_EP0 != 0, in dwc2_fifo_read()
[all …]
H A Ddwc2_udc_otg.c42 #define DEBUG_EP0 0 macro