Home
last modified time | relevance | path

Searched refs:GINTSTS_CONIDSTSCHNG (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Ddrd.c210 gintmsk &= ~GINTSTS_CONIDSTSCHNG; in dwc2_drd_suspend()
213 dwc2_writel(hsotg, gintsts | GINTSTS_CONIDSTSCHNG, GINTSTS); in dwc2_drd_suspend()
248 dwc2_writel(hsotg, gintsts | GINTSTS_CONIDSTSCHNG, GINTSTS); in dwc2_drd_resume()
250 gintmsk |= GINTSTS_CONIDSTSCHNG; in dwc2_drd_resume()
H A Dcore_intr.c249 dwc2_writel(hsotg, GINTSTS_CONIDSTSCHNG, GINTSTS); in dwc2_handle_conn_id_status_change_intr()
646 GINTSTS_CONIDSTSCHNG | GINTSTS_OTGINT | \
860 if (gintsts & GINTSTS_CONIDSTSCHNG) in dwc2_handle_common_intr()
H A Dhw.h117 #define GINTSTS_CONIDSTSCHNG BIT(28) macro
H A Dgadget.c3467 intmsk |= GINTSTS_CONIDSTSCHNG; in dwc2_hsotg_core_init_disconnected()
H A Dhcd.c58 intmsk |= GINTSTS_CONIDSTSCHNG; in dwc2_enable_common_interrupts()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h143 #define GINTSTS_CONIDSTSCHNG BIT(28) macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c1255 s->gintsts = GINTSTS_CONIDSTSCHNG | GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | in dwc2_reset_enter()