Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/chipidea/
Dotg.c46 val |= OTGSC_BSV; in hw_read_otgsc()
48 val &= ~OTGSC_BSV; in hw_read_otgsc()
139 if (hw_read_otgsc(ci, OTGSC_BSV) && !ci->vbus_active) in ci_handle_vbus_change()
141 else if (!hw_read_otgsc(ci, OTGSC_BSV) && ci->vbus_active) in ci_handle_vbus_change()
157 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.c872 if (ci->is_otg && hw_read_otgsc(ci, OTGSC_BSV)) in ci_power_lost_work()