Home
last modified time | relevance | path

Searched refs:BIG_SUR_GE_MGTCR_OFFSET (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dbig_sur_ge.c963 mii_control = BIG_SUR_GE_READ(emac->base_address + BIG_SUR_GE_MGTCR_OFFSET); in big_sur_ge_phy_read()
974 BIG_SUR_GE_WRITE(emac->base_address + BIG_SUR_GE_MGTCR_OFFSET, mii_control); in big_sur_ge_phy_read()
997 mii_control = BIG_SUR_GE_READ(emac->base_address + BIG_SUR_GE_MGTCR_OFFSET); in big_sur_ge_phy_write()
1009 BIG_SUR_GE_WRITE(emac->base_address + BIG_SUR_GE_MGTCR_OFFSET, mii_control); in big_sur_ge_phy_write()
Dbig_sur_ge.h198 #define BIG_SUR_GE_MGTCR_OFFSET (BIG_SUR_GE_REG_OFFSET + 0x14)/* MII mgmt control */ macro