Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/chipidea/
Dotg.c46 val |= OTGSC_BSV; in hw_read_otgsc()
48 val &= ~OTGSC_BSV; in hw_read_otgsc()
136 if (hw_read_otgsc(ci, OTGSC_BSV) && !ci->vbus_active) in ci_handle_vbus_change()
138 else if (!hw_read_otgsc(ci, OTGSC_BSV) && ci->vbus_active) in ci_handle_vbus_change()
154 u32 mask = OTGSC_BSV; in hw_wait_vbus_lower_bsv()
Dotg_fsm.c652 otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV); in ci_otg_fsm_event()
765 if (otgsc & OTGSC_BSV) { in ci_otg_fsm_irq()
840 hw_read_otgsc(ci, OTGSC_BSV) ? 0 : 1; in ci_hdrc_otg_fsm_init()
842 hw_read_otgsc(ci, OTGSC_BSV) ? 1 : 0; in ci_hdrc_otg_fsm_init()
Dbits.h108 #define OTGSC_BSV BIT(11) macro
Dcore.c1403 if (ci->is_otg && hw_read_otgsc(ci, OTGSC_BSV)) in ci_handle_power_lost()