intr_sts          639 drivers/usb/chipidea/otg_fsm.c 	u32 intr_sts, otg_bsess_vld, port_conn;
intr_sts          642 drivers/usb/chipidea/otg_fsm.c 	intr_sts = hw_read_intr_status(ci);
intr_sts          655 drivers/usb/chipidea/otg_fsm.c 		if (otg_bsess_vld && (intr_sts & USBi_PCI) && port_conn) {
intr_sts          661 drivers/usb/chipidea/otg_fsm.c 		if ((intr_sts & USBi_SLI) && port_conn && otg_bsess_vld) {
intr_sts          663 drivers/usb/chipidea/otg_fsm.c 		} else if (intr_sts & USBi_PCI) {
intr_sts          670 drivers/usb/chipidea/otg_fsm.c 		if ((intr_sts & USBi_PCI) && !port_conn) {
intr_sts          677 drivers/usb/chipidea/otg_fsm.c 		if (intr_sts & USBi_SLI) {
intr_sts          687 drivers/usb/chipidea/otg_fsm.c 		if (intr_sts & USBi_URI)
intr_sts          690 drivers/usb/chipidea/otg_fsm.c 		if (intr_sts & USBi_PCI) {
intr_sts          698 drivers/usb/chipidea/otg_fsm.c 		if ((intr_sts & USBi_PCI) && !port_conn) {
intr_sts          710 drivers/usb/chipidea/otg_fsm.c 		if ((intr_sts & USBi_PCI) && !port_conn) {
intr_sts          716 drivers/usb/chipidea/otg_fsm.c 		if ((intr_sts & USBi_PCI) && port_conn) {