Searched refs:gpcs_phy_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/ibm/emac/ |
H A D | phy.c | 50 static inline void gpcs_phy_write(struct mii_phy *phy, int reg, int val) in gpcs_phy_write() function 87 gpcs_phy_write(phy, MII_BMCR, val); in emac_mii_reset_gpcs() 98 gpcs_phy_write(phy, MII_BMCR, val & ~BMCR_ISOLATE); in emac_mii_reset_gpcs() 102 gpcs_phy_write(phy, 0x04, 0x8120); /* AsymPause, FDX */ in emac_mii_reset_gpcs() 103 gpcs_phy_write(phy, 0x07, 0x2801); /* msg_pg, toggle */ in emac_mii_reset_gpcs() 104 gpcs_phy_write(phy, 0x00, 0x0140); /* 1Gbps, FDX */ in emac_mii_reset_gpcs()
|