Searched refs:get_phy_id (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/ |
H A D | phy.h | 258 int get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id);
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | cortina.c | 353 int get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id) in get_phy_id() function
|
H A D | phy.c | 678 int __weak get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id) in get_phy_id() function 713 int r = get_phy_id(bus, addr, devad, &phy_id); in create_phy_by_mask()
|
H A D | mv88e61xx.c | 1055 int get_phy_id(struct mii_dev *bus, int smi_addr, int devad, u32 *phy_id) in get_phy_id() function
|