Searched refs:phy_off (Results 1 – 2 of 2) sorted by relevance
| /drivers/usb/host/ |
| A D | ehci-mx6.c | 514 int offset = dev_of_offset(dev), phy_off; in ehci_usb_phy_mode() local 522 phy_off = fdtdec_lookup_phandle(blob, in ehci_usb_phy_mode() 525 if (phy_off < 0) in ehci_usb_phy_mode() 528 addr = (void __iomem *)fdtdec_get_addr(blob, phy_off, in ehci_usb_phy_mode() 581 int phy_off, misc_off; in mx6_parse_dt_addrs() local 586 phy_off = fdtdec_lookup_phandle(blob, offset, "fsl,usbphy"); in mx6_parse_dt_addrs() 587 if (phy_off < 0) { in mx6_parse_dt_addrs() 588 phy_off = fdtdec_lookup_phandle(blob, offset, "phys"); in mx6_parse_dt_addrs() 589 if (phy_off < 0) in mx6_parse_dt_addrs() 597 addr = (void __iomem *)fdtdec_get_addr(blob, phy_off, "reg"); in mx6_parse_dt_addrs() [all …]
|
| /drivers/usb/musb/ |
| A D | am35x.c | 54 static void phy_off(void) in phy_off() function 105 phy_off(); in musb_platform_deinit()
|
Completed in 8 milliseconds