Home
last modified time | relevance | path

Searched refs:otg_bsess_vld (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dotg_fsm.c641 u32 intr_sts, otg_bsess_vld, port_conn; in ci_otg_fsm_event() local
645 otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV); 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()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dotg_fsm.c648 u32 intr_sts, otg_bsess_vld, port_conn; in ci_otg_fsm_event() local
652 otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV); in ci_otg_fsm_event()
664 if (otg_bsess_vld && (intr_sts & USBi_PCI) && port_conn) { in ci_otg_fsm_event()
670 if ((intr_sts & USBi_SLI) && port_conn && otg_bsess_vld) { in ci_otg_fsm_event()

Completed in 3 milliseconds