Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dcore_intr.c141 if (gotgctl & GOTGCTL_DEVHNPEN) { in dwc2_handle_otg_intr()
156 gotgctl &= ~GOTGCTL_DEVHNPEN; in dwc2_handle_otg_intr()
220 gotgctl &= ~(GOTGCTL_HNPREQ | GOTGCTL_DEVHNPEN); in dwc2_handle_otg_intr()
Dhw.h51 #define GOTGCTL_DEVHNPEN (1 << 11) macro