Home
last modified time | relevance | path

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

/freebsd/sys/dev/phy/
H A Dphy.h147 int phy_get_by_ofw_idx(device_t consumer, phandle_t node, int idx, phy_t *phy);
H A Dphy.c479 phy_get_by_ofw_idx(device_t consumer_dev, phandle_t cnode, int idx, phy_t *phy) in phy_get_by_ofw_idx() function
530 return (phy_get_by_ofw_idx(consumer_dev, cnode, idx, phy)); in phy_get_by_ofw_name()
/freebsd/sys/dev/usb/controller/
H A Dgeneric_ehci_fdt.c149 for (off = 0; phy_get_by_ofw_idx(dev, 0, off, &phy) == 0; off++) { in generic_ehci_fdt_attach()
H A Dgeneric_ohci.c191 for (off = 0; phy_get_by_ofw_idx(dev, 0, off, &phy) == 0; off++) { in generic_ohci_attach()
/freebsd/sys/dev/pci/
H A Dpci_dw_mv.c109 rv = phy_get_by_ofw_idx(sc->dev, sc->node, i, &(sc->phy[i])); in pci_mv_phy_init()
/freebsd/sys/arm/nvidia/
H A Dtegra_ahci.c325 rv = phy_get_by_ofw_idx(sc->dev, 0, 0, &sc->phy); in get_fdt_resources()