OTGSC_IDIS 127 drivers/usb/chipidea/bits.h #define OTGSC_INT_STATUS_BITS (OTGSC_IDIS | OTGSC_AVVIS | OTGSC_ASVIS \ OTGSC_IDIS 563 drivers/usb/chipidea/core.c if (ci->is_otg && (otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) { OTGSC_IDIS 566 drivers/usb/chipidea/core.c hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); OTGSC_IDIS 58 drivers/usb/chipidea/otg.c val |= OTGSC_IDIS; OTGSC_IDIS 60 drivers/usb/chipidea/otg.c val &= ~OTGSC_IDIS; OTGSC_IDIS 101 drivers/usb/chipidea/otg.c if (data & mask & OTGSC_IDIS) OTGSC_IDIS 747 drivers/usb/chipidea/otg_fsm.c } else if (otg_int_src & OTGSC_IDIS) { OTGSC_IDIS 748 drivers/usb/chipidea/otg_fsm.c hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS);