Searched refs:e1000_shift_out_mdi_bits (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 41 static void e1000_shift_out_mdi_bits(struct e1000_hw *hw, u32 data, u16 count); 2674 * e1000_shift_out_mdi_bits - Shifts data bits out to the PHY 2681 static void e1000_shift_out_mdi_bits(struct e1000_hw *hw, u32 data, u16 count) in e1000_shift_out_mdi_bits() function 2883 e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE); in e1000_read_phy_reg_ex() 2887 * e1000_shift_out_mdi_bits routine five different times. The in e1000_read_phy_reg_ex() 2900 e1000_shift_out_mdi_bits(hw, mdic, 14); in e1000_read_phy_reg_ex() 3012 e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE); in e1000_write_phy_reg_ex() 3016 * e1000_shift_out_mdi_bits routine for each field in the in e1000_write_phy_reg_ex() 3025 e1000_shift_out_mdi_bits(hw, mdic, 32); in e1000_write_phy_reg_ex()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 41 static void e1000_shift_out_mdi_bits(struct e1000_hw *hw, u32 data, u16 count); 2675 * e1000_shift_out_mdi_bits - Shifts data bits out to the PHY 2682 static void e1000_shift_out_mdi_bits(struct e1000_hw *hw, u32 data, u16 count) in e1000_shift_out_mdi_bits() function 2884 e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE); in e1000_read_phy_reg_ex() 2888 * e1000_shift_out_mdi_bits routine five different times. The in e1000_read_phy_reg_ex() 2901 e1000_shift_out_mdi_bits(hw, mdic, 14); in e1000_read_phy_reg_ex() 3013 e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE); in e1000_write_phy_reg_ex() 3017 * e1000_shift_out_mdi_bits routine for each field in the in e1000_write_phy_reg_ex() 3026 e1000_shift_out_mdi_bits(hw, mdic, 32); in e1000_write_phy_reg_ex()
|
Completed in 12 milliseconds