Searched refs:OTGSC_BSV (Results 1 – 3 of 3) sorted by relevance
46 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()
643 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()
108 #define OTGSC_BSV BIT(11) macro
Completed in 6 milliseconds