Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/chipidea/
Dbits.h104 #define OTGSC_BSVIS BIT(19) macro
119 | OTGSC_BSVIS | OTGSC_BSEIS | OTGSC_1MSIS \
Dotg_fsm.c730 } else if (otg_int_src & OTGSC_BSVIS) { in ci_otg_fsm_irq()
731 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_otg_fsm_irq()
Dcore.c545 if (ci->is_otg && (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) { in ci_irq()
548 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_irq()
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()
/linux-4.1.27/include/linux/usb/
Dmsm_hsusb_hw.h63 #define OTGSC_BSVIS (1 << 19) macro
/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c1271 if (!(otgsc & (OTGSC_IDIS | OTGSC_BSVIS))) in msm_otg_irq()
1281 } else if ((otgsc & OTGSC_BSVIS) && (otgsc & OTGSC_BSVIE)) { in msm_otg_irq()