Searched refs:OTGSC_IDIS (Results 1 – 6 of 6) sorted by relevance
113 #define OTGSC_IDIS BIT(16) macro130 #define OTGSC_INT_STATUS_BITS (OTGSC_IDIS | OTGSC_AVVIS | OTGSC_ASVIS \
58 val |= OTGSC_IDIS; in hw_read_otgsc()60 val &= ~OTGSC_IDIS; in hw_read_otgsc()
722 } else if (otg_int_src & OTGSC_IDIS) { in ci_otg_fsm_irq()723 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_otg_fsm_irq()
579 if (ci->is_otg && (otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) { in ci_irq()582 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_irq()
71 #define OTGSC_IDIS (1 << 16) macro
1297 if (!(otgsc & (OTGSC_IDIS | OTGSC_BSVIS))) in msm_otg_irq()1300 if ((otgsc & OTGSC_IDIS) && (otgsc & OTGSC_IDIE)) { in msm_otg_irq()