Lines Matching refs:omap
155 static void omap_enable_usb3_phy(struct omap_xhci *omap) in omap_enable_usb3_phy() argument
162 writel(val, &omap->otg_wrapper->sysconfig); in omap_enable_usb3_phy()
165 val = readl(&omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
166 writel(val, &omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
169 writel(USBOTGSS_COREIRQ_EN, &omap->otg_wrapper->irqenable_set_0); in omap_enable_usb3_phy()
179 writel(val, &omap->otg_wrapper->irqenable_set_1); in omap_enable_usb3_phy()
182 val = readl(&omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
183 writel(val, &omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
184 val = readl(&omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
185 writel(val, &omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
190 static void omap_enable_usb2_phy2(struct omap_xhci *omap) in omap_enable_usb2_phy2() argument
218 static void am437x_enable_usb2_phy2(struct omap_xhci *omap) in am437x_enable_usb2_phy2() argument
251 void omap_enable_phy(struct omap_xhci *omap) in omap_enable_phy() argument
254 omap_enable_usb2_phy2(omap); in omap_enable_phy()
258 am437x_enable_usb2_phy2(omap); in omap_enable_phy()
262 omap_enable_usb3_phy(omap); in omap_enable_phy()
263 omap_usb3_phy_init(omap->usb3_phy); in omap_enable_phy()