Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/chipidea/
Dotg_fsm.c655 if (otg_bsess_vld && (intr_sts & USBi_PCI) && port_conn) { in ci_otg_fsm_event()
663 } else if (intr_sts & USBi_PCI) { in ci_otg_fsm_event()
670 if ((intr_sts & USBi_PCI) && !port_conn) { in ci_otg_fsm_event()
690 if (intr_sts & USBi_PCI) { in ci_otg_fsm_event()
698 if ((intr_sts & USBi_PCI) && !port_conn) { in ci_otg_fsm_event()
710 if ((intr_sts & USBi_PCI) && !port_conn) { in ci_otg_fsm_event()
716 if ((intr_sts & USBi_PCI) && port_conn) { in ci_otg_fsm_event()
Dbits.h48 #define USBi_PCI BIT(2) macro
Dudc.c89 USBi_UI|USBi_UEI|USBi_PCI|USBi_URI|USBi_SLI); in hw_device_state()
2020 if (USBi_PCI & intr) { in udc_irq()