Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/chipidea/
A Dotg.c41 val |= OTGSC_BSVIS; in hw_read_otgsc()
43 val &= ~OTGSC_BSVIS; in hw_read_otgsc()
89 if (data & mask & OTGSC_BSVIS) in hw_write_otgsc()
A Dbits.h113 #define OTGSC_BSVIS BIT(19) macro
128 | OTGSC_BSVIS | OTGSC_BSEIS | OTGSC_1MSIS \
A Dotg_fsm.c763 } else if (otg_int_src & OTGSC_BSVIS) { in ci_otg_fsm_irq()
764 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_otg_fsm_irq()
A Dcore.c557 if (ci->is_otg && (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) { in ci_irq_handler()
560 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_irq_handler()
1304 (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) in ci_extcon_wakeup_int()
A Dudc.c2162 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_id_switch_for_device()
2163 OTGSC_BSVIS | OTGSC_BSVIE); in udc_id_switch_for_device()
2175 hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS); in udc_id_switch_for_host()
2200 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_resume()
2201 OTGSC_BSVIS | OTGSC_BSVIE); in udc_resume()

Completed in 11 milliseconds