Lines Matching refs:phy
41 struct keystone_xhci_phy *phy; member
46 static void keystone_xhci_phy_set(struct keystone_xhci_phy *phy) in keystone_xhci_phy_set() argument
55 val = readl(&phy->phy_clock); in keystone_xhci_phy_set()
58 writel(val, &phy->phy_clock); in keystone_xhci_phy_set()
61 static void keystone_xhci_phy_unset(struct keystone_xhci_phy *phy) in keystone_xhci_phy_unset() argument
66 val = readl(&phy->phy_clock); in keystone_xhci_phy_unset()
68 writel(val, &phy->phy_clock); in keystone_xhci_phy_unset()
95 struct keystone_xhci_phy *phy; in xhci_hcd_init() local
98 phy = (struct keystone_xhci_phy *)CONFIG_DEV_USB_PHY_BASE; in xhci_hcd_init()
101 val = readl(&(phy->phy_clock)); in xhci_hcd_init()
103 writel(val, &phy->phy_clock); in xhci_hcd_init()
117 keystone_xhci_phy_set(phy); in xhci_hcd_init()
143 keystone.phy = phy; in xhci_hcd_init()
237 keystone_xhci_phy_unset(keystone.phy); in xhci_hcd_stop()