Searched refs:GOTGCTL_DEVHNPEN (Results 1 – 2 of 2) sorted by relevance
124 if (gotgctl & GOTGCTL_DEVHNPEN) { in dwc2_handle_otg_intr()139 gotgctl &= ~GOTGCTL_DEVHNPEN; in dwc2_handle_otg_intr()202 gotgctl &= ~(GOTGCTL_HNPREQ | GOTGCTL_DEVHNPEN); in dwc2_handle_otg_intr()
25 #define GOTGCTL_DEVHNPEN BIT(11) macro