Home
last modified time | relevance | path

Searched refs:GINTSTS_OTGINT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c646 GINTSTS_CONIDSTSCHNG | GINTSTS_OTGINT | \
858 if (gintsts & GINTSTS_OTGINT) in dwc2_handle_common_intr()
H A Dhw.h144 #define GINTSTS_OTGINT BIT(2) macro
H A Dgadget.c3459 GINTSTS_ENUMDONE | GINTSTS_OTGINT | in dwc2_hsotg_core_init_disconnected()
H A Dhcd.c53 intmsk = GINTSTS_MODEMIS | GINTSTS_OTGINT; in dwc2_enable_common_interrupts()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h170 #define GINTSTS_OTGINT BIT(2) macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c781 GINTSTS_OTGINT | GINTSTS_CURMODE_HOST); in dwc2_glbreg_write()