Searched refs:gpcs_phy_write (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dphy.c46 static inline void gpcs_phy_write(struct mii_phy *phy, int reg, int val) function
83 gpcs_phy_write(phy, MII_BMCR, val);
94 gpcs_phy_write(phy, MII_BMCR, val & ~BMCR_ISOLATE);
98 gpcs_phy_write(phy, 0x04, 0x8120); /* AsymPause, FDX */
99 gpcs_phy_write(phy, 0x07, 0x2801); /* msg_pg, toggle */
100 gpcs_phy_write(phy, 0x00, 0x0140); /* 1Gbps, FDX */

Completed in 120 milliseconds