OTGSC_INT_STATUS_BITS  921 drivers/usb/chipidea/core.c 		hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS,
OTGSC_INT_STATUS_BITS  922 drivers/usb/chipidea/core.c 							OTGSC_INT_STATUS_BITS);
OTGSC_INT_STATUS_BITS  113 drivers/usb/chipidea/otg.c 	hw_write(ci, OP_OTGSC, mask | OTGSC_INT_STATUS_BITS, data);
OTGSC_INT_STATUS_BITS  253 drivers/usb/chipidea/otg.c 	hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS,
OTGSC_INT_STATUS_BITS  254 drivers/usb/chipidea/otg.c 						OTGSC_INT_STATUS_BITS);
OTGSC_INT_STATUS_BITS  739 drivers/usb/chipidea/otg_fsm.c 	otg_int_src = otgsc & OTGSC_INT_STATUS_BITS & (otgsc >> 8);