Lines Matching refs:phy_ctrl
151 void __iomem *phy_ctrl; in usb_phy_enable() local
159 phy_ctrl = (void __iomem *)(phy_reg + USBPHY_CTRL); in usb_phy_enable()
174 setbits_le32(phy_ctrl, USBPHY_CTRL_SFTRST); in usb_phy_enable()
178 clrbits_le32(phy_ctrl, USBPHY_CTRL_CLKGATE | USBPHY_CTRL_SFTRST); in usb_phy_enable()
184 setbits_le32(phy_ctrl, USBPHY_CTRL_ENUTMILEVEL2 | in usb_phy_enable()
193 void __iomem *phy_ctrl; in usb_phy_mode() local
197 phy_ctrl = (void __iomem *)(phy_reg + USBPHY_CTRL); in usb_phy_mode()
199 val = readl(phy_ctrl); in usb_phy_mode()
468 void *__iomem phy_ctrl, *__iomem phy_status; in ehci_usb_phy_mode() local
489 phy_ctrl = (void __iomem *)(addr + USBPHY_CTRL); in ehci_usb_phy_mode()
490 val = readl(phy_ctrl); in ehci_usb_phy_mode()