OTGSC_BSVIE       125 drivers/usb/chipidea/bits.h 				| OTGSC_BSVIE | OTGSC_BSEIE | OTGSC_1MSIE \
OTGSC_BSVIE       575 drivers/usb/chipidea/core.c 	if (ci->is_otg && (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) {
OTGSC_BSVIE        50 drivers/usb/chipidea/otg.c 			val |= OTGSC_BSVIE;
OTGSC_BSVIE        52 drivers/usb/chipidea/otg.c 			val &= ~OTGSC_BSVIE;
OTGSC_BSVIE        91 drivers/usb/chipidea/otg.c 		if (data & mask & OTGSC_BSVIE) {
OTGSC_BSVIE        93 drivers/usb/chipidea/otg.c 			data &= ~OTGSC_BSVIE;
OTGSC_BSVIE        94 drivers/usb/chipidea/otg.c 		} else if (mask & OTGSC_BSVIE) {
OTGSC_BSVIE       835 drivers/usb/chipidea/otg_fsm.c 		hw_write_otgsc(ci, OTGSC_BSVIE, OTGSC_BSVIE);
OTGSC_BSVIE      2010 drivers/usb/chipidea/udc.c 		hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE,
OTGSC_BSVIE      2011 drivers/usb/chipidea/udc.c 					OTGSC_BSVIS | OTGSC_BSVIE);
OTGSC_BSVIE      2023 drivers/usb/chipidea/udc.c 		hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS);