Home
last modified time | relevance | path

Searched refs:OTGSC_BSVIE (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/usb/chipidea/
Dbits.h111 #define OTGSC_BSVIE BIT(27) macro
116 | OTGSC_BSVIE | OTGSC_BSEIE | OTGSC_1MSIE \
Dotg_fsm.c807 hw_write_otgsc(ci, OTGSC_BSVIE, OTGSC_BSVIE); in ci_hdrc_otg_fsm_init()
Dudc.c1924 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_id_switch_for_device()
1925 OTGSC_BSVIS | OTGSC_BSVIE); in udc_id_switch_for_device()
1937 hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS); in udc_id_switch_for_host()
Dcore.c545 if (ci->is_otg && (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) { in ci_irq()
/linux-4.1.27/include/linux/usb/
Dmsm_hsusb_hw.h65 #define OTGSC_BSVIE (1 << 27) macro
/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c415 val |= OTGSC_IDIE | OTGSC_BSVIE; in msm_phy_init()
418 val |= OTGSC_BSVIE; in msm_phy_init()
1176 writel(readl(USB_OTGSC) & ~OTGSC_BSVIE, USB_OTGSC); in msm_otg_sm_work()
1281 } else if ((otgsc & OTGSC_BSVIS) && (otgsc & OTGSC_BSVIE)) { in msm_otg_irq()