Home
last modified time | relevance | path

Searched refs:pxa_usb_phy (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/phy/marvell/
H A Dphy-pxa-usb.c115 struct pxa_usb_phy { struct
161 struct pxa_usb_phy *pxa_usb_phy = phy_get_drvdata(phy); in pxa_usb_phy_init() local
162 void __iomem *base = pxa_usb_phy->base; in pxa_usb_phy_init()
168 if (pxa_usb_phy->version == PXA_USB_PHY_PXA910) { in pxa_usb_phy_init()
203 if (pxa_usb_phy->version == PXA_USB_PHY_PXA168) { in pxa_usb_phy_init()
236 if (pxa_usb_phy->version == PXA_USB_PHY_PXA168) { in pxa_usb_phy_init()
248 struct pxa_usb_phy *pxa_usb_phy = phy_get_drvdata(phy); in pxa_usb_phy_exit() local
249 void __iomem *base = pxa_usb_phy->base; in pxa_usb_phy_exit()
253 if (pxa_usb_phy->version == PXA_USB_PHY_PXA168) in pxa_usb_phy_exit()
289 struct pxa_usb_phy *pxa_usb_phy; in pxa_usb_phy_probe() local
[all …]