Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/chipidea/
Dotg.c40 val |= OTGSC_BSVIS; in hw_read_otgsc()
42 val &= ~OTGSC_BSVIS; in hw_read_otgsc()
87 if (data & mask & OTGSC_BSVIS) in hw_write_otgsc()
Dbits.h113 #define OTGSC_BSVIS BIT(19) macro
128 | OTGSC_BSVIS | OTGSC_BSEIS | OTGSC_1MSIS \
Dotg_fsm.c754 } else if (otg_int_src & OTGSC_BSVIS) { in ci_otg_fsm_irq()
755 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_otg_fsm_irq()
Dcore.c573 if (ci->is_otg && (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) { in ci_irq()
576 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_irq()
Dudc.c1970 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_id_switch_for_device()
1971 OTGSC_BSVIS | OTGSC_BSVIE); in udc_id_switch_for_device()
1983 hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS); in udc_id_switch_for_host()