Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/chipidea/
Dotg.c45 val |= OTGSC_BSV; in hw_read_otgsc()
47 val &= ~OTGSC_BSV; in hw_read_otgsc()
134 if (hw_read_otgsc(ci, OTGSC_BSV) && !ci->vbus_active) in ci_handle_vbus_change()
136 else if (!hw_read_otgsc(ci, OTGSC_BSV) && ci->vbus_active) in ci_handle_vbus_change()
151 u32 mask = OTGSC_BSV; in hw_wait_vbus_lower_bsv()
Dotg_fsm.c643 otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV); in ci_otg_fsm_event()
756 if (otgsc & OTGSC_BSV) { in ci_otg_fsm_irq()
831 hw_read_otgsc(ci, OTGSC_BSV) ? 0 : 1; in ci_hdrc_otg_fsm_init()
833 hw_read_otgsc(ci, OTGSC_BSV) ? 1 : 0; in ci_hdrc_otg_fsm_init()
Dbits.h108 #define OTGSC_BSV BIT(11) macro