Home
last modified time | relevance | path

Searched refs:GOTGINT_SES_END_DET (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h99 #define GOTGINT_SES_END_DET (1<<2) macro
H A Ddwc2_udc_otg_xfer_dma.c533 if (gotgint & GOTGINT_SES_END_DET) { in dwc2_udc_irq()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore_intr.c123 if (gotgint & GOTGINT_SES_END_DET) { in dwc2_handle_otg_intr()
H A Dhw.h72 #define GOTGINT_SES_END_DET BIT(2) macro