1. NAME

phy_write_mmd_indirect - writes data to the MMD registers

2. SYNOPSIS

void phy_write_mmd_indirect(struct mii_bus *  bus , int  prtad , int  devad , int  addr , u32  data );

3. ARGUMENTS

bus
    the target MII bus

prtad
    MMD Address

devad
    MMD DEVAD

addr
    PHY address on the MII bus

data
    data to write in the MMD register

4. DESCRIPTION

Write data from the MMD registers of the specified phy address.

5. TO WRITE THESE REGISTER WE HAVE

1) Write reg 13 // DEVAD 2) Write reg 14 // MMD Address 3) Write reg 13 // MMD Data Command for MMD DEVAD 3) Write reg 14 // Write MMD data

6. COPYRIGHT