OTGSC_IDIS
#define OTGSC_INT_STATUS_BITS (OTGSC_IDIS | OTGSC_AVVIS | OTGSC_ASVIS \
(otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS))
if ((otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) {
hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS);
if (data & mask & OTGSC_IDIS)
val |= OTGSC_IDIS;
val &= ~OTGSC_IDIS;
} else if (otg_int_src & OTGSC_IDIS) {
hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS);