Home
last modified time | relevance | path

Searched refs:OTGSC_IDIE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/chipidea/
Dbits.h108 #define OTGSC_IDIE BIT(24) macro
115 #define OTGSC_INT_EN_BITS (OTGSC_IDIE | OTGSC_AVVIE | OTGSC_ASVIE \
Dcore.c533 if (ci->is_otg && (otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) { in ci_irq()
786 hw_write_otgsc(ci, OTGSC_IDIE, OTGSC_IDIE); in ci_hdrc_probe()
/linux-4.1.27/include/linux/usb/
Dmsm_hsusb_hw.h64 #define OTGSC_IDIE (1 << 24) macro
/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c415 val |= OTGSC_IDIE | OTGSC_BSVIE; in msm_phy_init()
1274 if ((otgsc & OTGSC_IDIS) && (otgsc & OTGSC_IDIE)) { in msm_otg_irq()