Home
last modified time | relevance | path

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

/drivers/usb/chipidea/
Dotg_fsm.c641 u32 intr_sts, otg_bsess_vld, port_conn; in ci_otg_fsm_event() local
646 port_conn = hw_read(ci, OP_PORTSC, PORTSC_CCS); in ci_otg_fsm_event()
650 if (port_conn) { in ci_otg_fsm_event()
657 if (otg_bsess_vld && (intr_sts & USBi_PCI) && port_conn) { in ci_otg_fsm_event()
663 if ((intr_sts & USBi_SLI) && port_conn && otg_bsess_vld) { in ci_otg_fsm_event()
672 if ((intr_sts & USBi_PCI) && !port_conn) { in ci_otg_fsm_event()
700 if ((intr_sts & USBi_PCI) && !port_conn) { in ci_otg_fsm_event()
712 if ((intr_sts & USBi_PCI) && !port_conn) { in ci_otg_fsm_event()
718 if ((intr_sts & USBi_PCI) && port_conn) { in ci_otg_fsm_event()