1GET_PHY_ID(9)               Network device support               GET_PHY_ID(9)
2
3
4

NAME

6       get_phy_id - reads the specified addr for its ID.
7

SYNOPSIS

9       int get_phy_id(struct mii_bus * bus, int addr, u32 * phy_id);
10

ARGUMENTS

12       bus
13           the target MII bus
14
15       addr
16           PHY address on the MII bus
17
18       phy_id
19           where to store the ID retrieved.
20

DESCRIPTION

22       Reads the ID registers of the PHY at addr on the bus, stores it in
23       phy_id and returns zero on success.
24
26Kernel Hackers Manual 2.6.         June 2019                     GET_PHY_ID(9)
Impressum