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

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_82541.c680 u16 phy_data, phy_saved_data, speed, duplex, i; local
770 &phy_saved_data);
814 phy_saved_data);
830 ret_val = phy->ops.read_reg(hw, 0x2F5B, &phy_saved_data);
862 ret_val = phy->ops.write_reg(hw, 0x2F5B, phy_saved_data);
1114 u16 phy_saved_data; local
1130 ret_val = hw->phy.ops.read_reg(hw, 0x2F5B, &phy_saved_data);
1175 hw->phy.ops.write_reg(hw, 0x2F5B, phy_saved_data);

Completed in 115 milliseconds