Searched refs:e1000_lower_mdi_clk (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 41 static void e1000_lower_mdi_clk(struct e1000_hw *hw, u32 *ctrl); 2665 static void e1000_lower_mdi_clk(struct e1000_hw *hw, u32 *ctrl) in e1000_lower_mdi_clk() function 2717 e1000_lower_mdi_clk(hw, &ctrl); in e1000_shift_out_mdi_bits() 2758 e1000_lower_mdi_clk(hw, &ctrl); in e1000_shift_in_mdi_bits() 2767 e1000_lower_mdi_clk(hw, &ctrl); in e1000_shift_in_mdi_bits() 2771 e1000_lower_mdi_clk(hw, &ctrl); in e1000_shift_in_mdi_bits()
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.c | 4247 e1000_lower_mdi_clk(struct e1000_hw *hw, uint32_t * ctrl) in e1000_lower_mdi_clk() function 4301 e1000_lower_mdi_clk(hw, &ctrl); in e1000_shift_out_mdi_bits() 4342 e1000_lower_mdi_clk(hw, &ctrl); in e1000_shift_in_mdi_bits() 4351 e1000_lower_mdi_clk(hw, &ctrl); in e1000_shift_in_mdi_bits() 4355 e1000_lower_mdi_clk(hw, &ctrl); in e1000_shift_in_mdi_bits()
|