Lines Matching refs:phy_ctrl
198 void __iomem *phy_ctrl; in usb_phy_enable() local
202 phy_ctrl = (void __iomem *)(phy_reg + USBPHY_CTRL); in usb_phy_enable()
217 setbits_le32(phy_ctrl, USBPHY_CTRL_SFTRST); in usb_phy_enable()
221 clrbits_le32(phy_ctrl, USBPHY_CTRL_CLKGATE | USBPHY_CTRL_SFTRST); in usb_phy_enable()
227 setbits_le32(phy_ctrl, USBPHY_CTRL_ENUTMILEVEL2 | in usb_phy_enable()
237 void __iomem *phy_ctrl; in usb_phy_mode() local
241 phy_ctrl = (void __iomem *)(phy_reg + USBPHY_CTRL); in usb_phy_mode()
243 val = readl(phy_ctrl); in usb_phy_mode()
512 void *__iomem phy_ctrl, *__iomem phy_status; in ehci_usb_phy_mode() local
533 phy_ctrl = (void __iomem *)(addr + USBPHY_CTRL); in ehci_usb_phy_mode()
534 val = readl(phy_ctrl); in ehci_usb_phy_mode()