Searched refs:ixgb_shift_out_bits (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/ixgb/ |
D | ixgb_ee.c | 36 static void ixgb_shift_out_bits(struct ixgb_hw *hw, 89 ixgb_shift_out_bits(struct ixgb_hw *hw, in ixgb_shift_out_bits() function 379 ixgb_shift_out_bits(hw, EEPROM_EWEN_OPCODE, 5); in ixgb_write_eeprom() 380 ixgb_shift_out_bits(hw, 0, 4); in ixgb_write_eeprom() 386 ixgb_shift_out_bits(hw, EEPROM_WRITE_OPCODE, 3); in ixgb_write_eeprom() 387 ixgb_shift_out_bits(hw, offset, 6); in ixgb_write_eeprom() 390 ixgb_shift_out_bits(hw, data, 16); in ixgb_write_eeprom() 401 ixgb_shift_out_bits(hw, EEPROM_EWDS_OPCODE, 5); in ixgb_write_eeprom() 402 ixgb_shift_out_bits(hw, 0, 4); in ixgb_write_eeprom() 430 ixgb_shift_out_bits(hw, EEPROM_READ_OPCODE, 3); in ixgb_read_eeprom() [all …]
|