Home
last modified time | relevance | path

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

/drivers/usb/chipidea/
Dotg.c43 val |= OTGSC_BSVIS; in hw_read_otgsc()
45 val &= ~OTGSC_BSVIS; in hw_read_otgsc()
90 if (data & mask & OTGSC_BSVIS) in hw_write_otgsc()
Dbits.h116 #define OTGSC_BSVIS BIT(19) macro
131 | OTGSC_BSVIS | OTGSC_BSEIS | OTGSC_1MSIS \
Dotg_fsm.c729 } else if (otg_int_src & OTGSC_BSVIS) { in ci_otg_fsm_irq()
730 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_otg_fsm_irq()
Dcore.c559 if (ci->is_otg && (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) { in ci_irq_handler()
562 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_irq_handler()
1153 (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) in ci_extcon_wakeup_int()
Dudc.c1980 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_id_switch_for_device()
1981 OTGSC_BSVIS | OTGSC_BSVIE); in udc_id_switch_for_device()
1993 hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS); in udc_id_switch_for_host()
/drivers/usb/phy/
Dphy-msm-usb.c1297 if (!(otgsc & (OTGSC_IDIS | OTGSC_BSVIS))) in msm_otg_irq()
1307 } else if ((otgsc & OTGSC_BSVIS) && (otgsc & OTGSC_BSVIE)) { in msm_otg_irq()