isp_stat          935 drivers/usb/phy/phy-isp1301-omap.c 	u8			isp_stat, isp_bstat;
isp_stat          942 drivers/usb/phy/phy-isp1301-omap.c 	isp_stat = isp1301_get_u8(isp, ISP1301_INTERRUPT_SOURCE);
isp_stat          943 drivers/usb/phy/phy-isp1301-omap.c 	if (isp_stat & INTR_ID_GND) {
isp_stat          958 drivers/usb/phy/phy-isp1301-omap.c 				if (isp_stat & INTR_VBUS_VLD)
isp_stat          962 drivers/usb/phy/phy-isp1301-omap.c 				if (!(isp_stat & INTR_SESS_VLD))
isp_stat          966 drivers/usb/phy/phy-isp1301-omap.c 				if (!(isp_stat & INTR_VBUS_VLD))
isp_stat         1044 drivers/usb/phy/phy-isp1301-omap.c 				update_otg1(isp, isp_stat);
isp_stat         1048 drivers/usb/phy/phy-isp1301-omap.c 			} else if (!(isp_stat & (INTR_VBUS_VLD|INTR_SESS_VLD)))
isp_stat         1068 drivers/usb/phy/phy-isp1301-omap.c 	update_otg1(isp, isp_stat);