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

/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_mac.h34 s32 igb_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg,
H A De1000_82575.c1811 igb_write_8bit_ctrl_reg(hw, E1000_SCTL, 0x00, 0x0C);
1812 igb_write_8bit_ctrl_reg(hw, E1000_SCTL, 0x01, 0x78);
1813 igb_write_8bit_ctrl_reg(hw, E1000_SCTL, 0x1B, 0x23);
1814 igb_write_8bit_ctrl_reg(hw, E1000_SCTL, 0x23, 0x15);
1817 igb_write_8bit_ctrl_reg(hw, E1000_CCMCTL, 0x14, 0x00);
1818 igb_write_8bit_ctrl_reg(hw, E1000_CCMCTL, 0x10, 0x00);
1821 igb_write_8bit_ctrl_reg(hw, E1000_GIOCTL, 0x00, 0xEC);
1822 igb_write_8bit_ctrl_reg(hw, E1000_GIOCTL, 0x61, 0xDF);
1823 igb_write_8bit_ctrl_reg(hw, E1000_GIOCTL, 0x34, 0x05);
1824 igb_write_8bit_ctrl_reg(h
[all...]
H A De1000_mac.c1607 * igb_write_8bit_ctrl_reg - Write a 8bit CTRL register
1617 s32 igb_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg, function

Completed in 142 milliseconds