HomeSort by relevance Sort by last modified time
    Searched refs:get_phy_id (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/
phy.h 285 int get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id);
  /external/u-boot/drivers/net/phy/
phy.c 663 * get_phy_id - reads the specified addr for its ID.
671 int __weak get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id) function
705 int r = get_phy_id(bus, addr, devad, &phy_id);
cortina.c 353 int get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id) function
mv88e61xx.c 1052 * Overload weak get_phy_id definition since we need non-standard functions
1055 int get_phy_id(struct mii_dev *bus, int smi_addr, int devad, u32 *phy_id) function

Completed in 254 milliseconds