OTGSC_BSVIS       128 drivers/usb/chipidea/bits.h 				| OTGSC_BSVIS | OTGSC_BSEIS | OTGSC_1MSIS \
OTGSC_BSVIS       575 drivers/usb/chipidea/core.c 	if (ci->is_otg && (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) {
OTGSC_BSVIS       578 drivers/usb/chipidea/core.c 		hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS);
OTGSC_BSVIS        40 drivers/usb/chipidea/otg.c 			val |= OTGSC_BSVIS;
OTGSC_BSVIS        42 drivers/usb/chipidea/otg.c 			val &= ~OTGSC_BSVIS;
OTGSC_BSVIS        87 drivers/usb/chipidea/otg.c 		if (data & mask & OTGSC_BSVIS)
OTGSC_BSVIS       754 drivers/usb/chipidea/otg_fsm.c 		} else if (otg_int_src & OTGSC_BSVIS) {
OTGSC_BSVIS       755 drivers/usb/chipidea/otg_fsm.c 			hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS);
OTGSC_BSVIS      2010 drivers/usb/chipidea/udc.c 		hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE,
OTGSC_BSVIS      2011 drivers/usb/chipidea/udc.c 					OTGSC_BSVIS | OTGSC_BSVIE);
OTGSC_BSVIS      2023 drivers/usb/chipidea/udc.c 		hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS);