Home
last modified time | relevance | path

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

/linux/drivers/usb/chipidea/
H 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()
H A Dbits.h113 #define OTGSC_BSVIS BIT(19) macro
128 | OTGSC_BSVIS | OTGSC_BSEIS | OTGSC_1MSIS \
H 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()