Rechercher une page de manuel
mdiobus_read
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
mdiobus_read - Convenience function for reading a given MII mgmt registerSYNOPSIS
- int mdiobus_read(struct mii_bus * bus, int addr, u32 regnum);
ARGUMENTS
bus
- the mii_bus struct
addr
- the phy address
regnum
- register number to read
NOTE
MUST NOT be called from interrupt context, because the bus read/write functions may wait for an interrupt to conclude the operation.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre