Home
last modified time | relevance | path

Searched refs:OTGSC_IDIS (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/usb/chipidea/
Dbits.h101 #define OTGSC_IDIS BIT(16) macro
118 #define OTGSC_INT_STATUS_BITS (OTGSC_IDIS | OTGSC_AVVIS | OTGSC_ASVIS \
Dotg_fsm.c723 } 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()
Dcore.c533 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()
/linux-4.1.27/include/linux/usb/
Dmsm_hsusb_hw.h62 #define OTGSC_IDIS (1 << 16) macro
/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c1271 if (!(otgsc & (OTGSC_IDIS | OTGSC_BSVIS))) in msm_otg_irq()
1274 if ((otgsc & OTGSC_IDIS) && (otgsc & OTGSC_IDIE)) { in msm_otg_irq()