1MDIOBUS_READ(9) Network device support MDIOBUS_READ(9)
2
3
4
6 mdiobus_read - Convenience function for reading a given MII mgmt
7 register
8
10 int mdiobus_read(struct mii_bus * bus, int addr, u16 regnum);
11
13 bus
14 the mii_bus struct
15
16 addr
17 the phy address
18
19 regnum
20 register number to read
21
23 MUST NOT be called from interrupt context, because the bus read/write
24 functions may wait for an interrupt to conclude the operation.
25
27Kernel Hackers Manual 2.6. June 2019 MDIOBUS_READ(9)