Searched refs:OTGSC_BSV (Results 1 – 2 of 2) sorted by relevance
650 otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV); in ci_otg_fsm_event()763 if (otgsc & OTGSC_BSV) { in ci_otg_fsm_irq()838 hw_read_otgsc(ci, OTGSC_BSV) ? 0 : 1; in ci_hdrc_otg_fsm_init()840 hw_read_otgsc(ci, OTGSC_BSV) ? 1 : 0; in ci_hdrc_otg_fsm_init()
108 #define OTGSC_BSV BIT(11) macro