Linux Kernel
3.7.1
|
#include <mod_devicetable.h>
Data Fields | |
__u32 | phy_id |
__u32 | phy_id_mask |
struct mdio_device_id - identifies PHY devices on an MDIO/MII bus : The result of (mdio_read(&MII_PHYSID1) << 16 | mdio_read(&PHYSID2)) & for this PHY type : Defines the significant bits of . A value of 0 is used to terminate an array of struct mdio_device_id.
Definition at line 543 of file mod_devicetable.h.
__u32 phy_id |
Definition at line 544 of file mod_devicetable.h.
__u32 phy_id_mask |
Definition at line 545 of file mod_devicetable.h.