|
Linux Kernel
3.7.1
|
#include <netio_intf.h>
Data Fields | |
| struct { | |
| unsigned int reg:16 | |
| unsigned int phy:5 | |
| unsigned int dev:5 | |
| } | bits |
| uint64_t | addr |
NetIO MDIO address type. Retrieved or provided using the NETIO_MDIO address passed to netio_get() or netio_set().
Definition at line 2956 of file netio_intf.h.
| uint64_t addr |
Value to pass to netio_get() or netio_set().
Definition at line 2968 of file netio_intf.h.
| struct { ... } bits |
Container for bitfields.
| unsigned int dev |
Which MDIO device to access within that PHY. Applicable for clause 45 access only; ignored for clause 22 access.
Definition at line 2963 of file netio_intf.h.
MDIO register offset. For clause 22 access, must be less than 32.
Definition at line 2960 of file netio_intf.h.
1.8.2