OTGSC_BSV          45 drivers/usb/chipidea/otg.c 			val |= OTGSC_BSV;
OTGSC_BSV          47 drivers/usb/chipidea/otg.c 			val &= ~OTGSC_BSV;
OTGSC_BSV         134 drivers/usb/chipidea/otg.c 	if (hw_read_otgsc(ci, OTGSC_BSV) && !ci->vbus_active)
OTGSC_BSV         136 drivers/usb/chipidea/otg.c 	else if (!hw_read_otgsc(ci, OTGSC_BSV) && ci->vbus_active)
OTGSC_BSV         151 drivers/usb/chipidea/otg.c 	u32 mask = OTGSC_BSV;
OTGSC_BSV         643 drivers/usb/chipidea/otg_fsm.c 	otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV);
OTGSC_BSV         756 drivers/usb/chipidea/otg_fsm.c 			if (otgsc & OTGSC_BSV) {
OTGSC_BSV         831 drivers/usb/chipidea/otg_fsm.c 			hw_read_otgsc(ci, OTGSC_BSV) ? 0 : 1;
OTGSC_BSV         833 drivers/usb/chipidea/otg_fsm.c 			hw_read_otgsc(ci, OTGSC_BSV) ? 1 : 0;