OTGSC_BSVIS
| OTGSC_BSVIS | OTGSC_BSEIS | OTGSC_1MSIS \
(otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS))
if ((otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) {
hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS);
val |= OTGSC_BSVIS;
val &= ~OTGSC_BSVIS;
if (data & mask & OTGSC_BSVIS)
} else if (otg_int_src & OTGSC_BSVIS) {
hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS);
u32 reg = OTGSC_BSVIS;
hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, reg);