Searched refs:OTGSC_IDIS (Results 1 – 5 of 5) sorted by relevance
101 #define OTGSC_IDIS BIT(16) macro118 #define OTGSC_INT_STATUS_BITS (OTGSC_IDIS | OTGSC_AVVIS | OTGSC_ASVIS \
723 } else if (otg_int_src & OTGSC_IDIS) { in ci_otg_fsm_irq()724 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_otg_fsm_irq()
533 if (ci->is_otg && (otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) { in ci_irq()536 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_irq()
62 #define OTGSC_IDIS (1 << 16) macro
1271 if (!(otgsc & (OTGSC_IDIS | OTGSC_BSVIS))) in msm_otg_irq()1274 if ((otgsc & OTGSC_IDIS) && (otgsc & OTGSC_IDIE)) { in msm_otg_irq()