Home
last modified time | relevance | path

Searched refs:OTGSC_BSV (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/chipidea/
H A Dotg_fsm.c650 otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV); in ci_otg_fsm_event()
763 if (otgsc & OTGSC_BSV) { in ci_otg_fsm_irq()
838 hw_read_otgsc(ci, OTGSC_BSV) ? 0 : 1; in ci_hdrc_otg_fsm_init()
840 hw_read_otgsc(ci, OTGSC_BSV) ? 1 : 0; in ci_hdrc_otg_fsm_init()
H A Dbits.h108 #define OTGSC_BSV BIT(11) macro