Home
last modified time | relevance | path

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

/external/u-boot/common/
Dmiiphyutil.c146 struct phy_device *phydev = bus->phymap[i]; in mdio_list_devices()
195 if (!bus->phymap[i] || !bus->phymap[i]->dev) in mdio_phydev_for_ethname()
198 if (strcmp(bus->phymap[i]->dev->name, ethname) == 0) in mdio_phydev_for_ethname()
199 return bus->phymap[i]; in mdio_phydev_for_ethname()
/external/u-boot/cmd/
Dmdio.c53 phydev = bus->phymap[addr]; in mdio_write_ranges()
87 phydev = bus->phymap[addr]; in mdio_read_ranges()
/external/u-boot/drivers/net/phy/
Dphy.c690 bus->phymap[addr] = dev; in phy_device_create()
770 if (bus->phymap[addr]) { in search_for_existing_phy()
771 bus->phymap[addr]->interface = interface; in search_for_existing_phy()
772 return bus->phymap[addr]; in search_for_existing_phy()
/external/autotest/server/
Dsite_linux_system.py303 phymap = self.phys_for_frequency
304 if [freq for freq in phymap.iterkeys() if freq > 5000]:
307 if [freq for freq in phymap.iterkeys() if len(phymap[freq]) > 1]:
/external/u-boot/include/
Dphy.h70 struct phy_device *phymap[PHY_MAX_ADDR]; member
/external/u-boot/board/freescale/lx2160a/
Deth_lx2160aqds.c788 phy_dev = mii_dev->phymap[i]; in fdt_fixup_board_phy()