Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c41 static void e1000_shift_out_mdi_bits(struct e1000_hw *hw, u32 data, u16 count);
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()
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()
3025 e1000_shift_out_mdi_bits(hw, mdic, 32); in e1000_write_phy_reg_ex()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c4053 e1000_shift_out_mdi_bits(struct e1000_hw *hw, uint32_t data, uint16_t count) in e1000_shift_out_mdi_bits() function
4196 e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE); in e1000_read_phy_reg()
4212 e1000_shift_out_mdi_bits(hw, mdic, 14); in e1000_read_phy_reg()
4271 e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE); in e1000_write_phy_reg()
4284 e1000_shift_out_mdi_bits(hw, mdic, 32); in e1000_write_phy_reg()