Lines Matching refs:omap
157 static void omap_enable_usb3_phy(struct omap_xhci *omap) in omap_enable_usb3_phy() argument
164 writel(val, &omap->otg_wrapper->sysconfig); in omap_enable_usb3_phy()
167 val = readl(&omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
168 writel(val, &omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
171 writel(USBOTGSS_COREIRQ_EN, &omap->otg_wrapper->irqenable_set_0); in omap_enable_usb3_phy()
181 writel(val, &omap->otg_wrapper->irqenable_set_1); in omap_enable_usb3_phy()
184 val = readl(&omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
185 writel(val, &omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
186 val = readl(&omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
187 writel(val, &omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
192 static void omap_enable_usb2_phy2(struct omap_xhci *omap) in omap_enable_usb2_phy2() argument
220 static void am437x_enable_usb2_phy2(struct omap_xhci *omap) in am437x_enable_usb2_phy2() argument
253 void omap_enable_phy(struct omap_xhci *omap) in omap_enable_phy() argument
256 omap_enable_usb2_phy2(omap); in omap_enable_phy()
260 am437x_enable_usb2_phy2(omap); in omap_enable_phy()
264 omap_enable_usb3_phy(omap); in omap_enable_phy()
265 omap_usb3_phy_init(omap->usb3_phy); in omap_enable_phy()