Lines Matching refs:omap
156 static void omap_enable_usb3_phy(struct omap_xhci *omap) in omap_enable_usb3_phy() argument
163 writel(val, &omap->otg_wrapper->sysconfig); in omap_enable_usb3_phy()
166 val = readl(&omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
167 writel(val, &omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
170 writel(USBOTGSS_COREIRQ_EN, &omap->otg_wrapper->irqenable_set_0); in omap_enable_usb3_phy()
180 writel(val, &omap->otg_wrapper->irqenable_set_1); in omap_enable_usb3_phy()
183 val = readl(&omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
184 writel(val, &omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
185 val = readl(&omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
186 writel(val, &omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
191 static void omap_enable_usb2_phy2(struct omap_xhci *omap) in omap_enable_usb2_phy2() argument
219 static void am437x_enable_usb2_phy2(struct omap_xhci *omap) in am437x_enable_usb2_phy2() argument
252 void omap_enable_phy(struct omap_xhci *omap) in omap_enable_phy() argument
255 omap_enable_usb2_phy2(omap); in omap_enable_phy()
259 am437x_enable_usb2_phy2(omap); in omap_enable_phy()
263 omap_enable_usb3_phy(omap); in omap_enable_phy()
264 omap_usb3_phy_init(omap->usb3_phy); in omap_enable_phy()