Searched refs:otg_irq (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/phy/
H A Dphy-isp1301-omap.c655 u16 otg_irq = omap_readw(OTG_IRQ_SRC); omap_otg_irq() local
662 if (otg_irq & OPRT_CHG) { omap_otg_irq()
668 } else if (otg_irq & B_SRP_TMROUT) { omap_otg_irq()
683 } else if (otg_irq & B_HNP_FAIL) { omap_otg_irq()
701 } else if (otg_irq & A_SRP_DETECT) { omap_otg_irq()
728 } else if (otg_irq & A_REQ_TMROUT) { omap_otg_irq()
743 } else if (otg_irq & A_VBUS_ERR) { omap_otg_irq()
746 state_name(isp), otg_irq, otg_ctrl); omap_otg_irq()
759 } else if (otg_irq & DRIVER_SWITCH) { omap_otg_irq()

Completed in 41 milliseconds