Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c109 if (gotgctl & GOTGCTL_DEVHNPEN) { in dwc2_handle_otg_intr()
124 gotgctl &= ~GOTGCTL_DEVHNPEN; in dwc2_handle_otg_intr()
187 gotgctl &= ~(GOTGCTL_HNPREQ | GOTGCTL_DEVHNPEN); in dwc2_handle_otg_intr()
H A Dhw.h24 #define GOTGCTL_DEVHNPEN BIT(11) macro
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h57 #define GOTGCTL_DEVHNPEN BIT(11) macro