Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dehci-vf.c42 static const unsigned phy_bases[] = { variable
56 phy_reg = (void __iomem *)phy_bases[index]; in usb_internal_phy_clock_gate()
92 phy_reg = (void __iomem *)phy_bases[index]; in usb_phy_enable()
A Dehci-mx6.c181 static const unsigned phy_bases[] = { variable
240 phy_reg = (void __iomem *)phy_bases[port]; in usb_phy_mode()
391 if (index < ARRAY_SIZE(phy_bases)) { in ehci_hcd_init()
392 usb_internal_phy_clock_gate((void __iomem *)phy_bases[index], 1); in ehci_hcd_init()
393 usb_phy_enable(ehci, (void __iomem *)phy_bases[index]); in ehci_hcd_init()

Completed in 5 milliseconds