Searched refs:OTGSC_BSVIS (Results 1 – 5 of 5) sorted by relevance
51 #define OTGSC_BSVIS (1 << 19) macro
50 # define OTGSC_BSVIS BIT(19) macro
227 #define OTGSC_BSVIS BIT(19) /* B session valid interrupt status */ macro
674 if (!(otgsc & (OTGSC_IDIS | OTGSC_BSVIS))) in msm_otg_irq()684 } else if ((otgsc & OTGSC_BSVIS) && (otgsc & OTGSC_BSVIE)) { in msm_otg_irq()
831 if (int_mask & OTGSC_BSVIS) { in otg_irq()