Home
last modified time | relevance | path

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

/external/u-boot/common/
Dmiiphyutil.c146 struct phy_device *phydev = bus->phymap[i]; in mdio_list_devices()
190 if (!bus->phymap[i] || !bus->phymap[i]->dev) in mdio_phydev_for_ethname()
193 if (strcmp(bus->phymap[i]->dev->name, ethname) == 0) in mdio_phydev_for_ethname()
194 return bus->phymap[i]; in mdio_phydev_for_ethname()
/external/autotest/server/
Dsite_linux_system.py287 phymap = self.phys_for_frequency
288 if [freq for freq in phymap.iterkeys() if freq > 5000]:
291 if [freq for freq in phymap.iterkeys() if len(phymap[freq]) > 1]:
/external/u-boot/drivers/net/phy/
Dphy.c657 bus->phymap[addr] = dev; in phy_device_create()
722 if (bus->phymap[addr]) { in search_for_existing_phy()
723 bus->phymap[addr]->interface = interface; in search_for_existing_phy()
724 return bus->phymap[addr]; in search_for_existing_phy()
/external/u-boot/include/
Dphy.h117 struct phy_device *phymap[PHY_MAX_ADDR]; member