Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mdio_device_id Struct Reference

#include <mod_devicetable.h>

Data Fields

__u32 phy_id
 
__u32 phy_id_mask
 

Detailed Description

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.

Field Documentation

__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.


The documentation for this struct was generated from the following file: