Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dmiiphyutil.c147 struct phy_device *phydev = bus->phymap[i]; in mdio_list_devices()
191 if (!bus->phymap[i] || !bus->phymap[i]->dev) in mdio_phydev_for_ethname()
194 if (strcmp(bus->phymap[i]->dev->name, ethname) == 0) in mdio_phydev_for_ethname()
195 return bus->phymap[i]; in mdio_phydev_for_ethname()
/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-net.c46 if (bus->phymap[i]) in get_current_phydev()
47 return bus->phymap[i]; in get_current_phydev()
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c659 bus->phymap[addr] = dev; in phy_device_create()
723 if (bus->phymap[addr]) { in search_for_existing_phy()
724 bus->phymap[addr]->interface = interface; in search_for_existing_phy()
725 return bus->phymap[addr]; in search_for_existing_phy()
/rk3399_rockchip-uboot/include/
H A Dphy.h66 struct phy_device *phymap[PHY_MAX_ADDR]; member