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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c114 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, uint16_t data,
4642 e1000_shift_out_ee_bits(struct e1000_hw *hw, function
4912 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI,
5004 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits);
5005 e1000_shift_out_ee_bits(hw, (uint16_t)(offset*2), eeprom->address_bits);
5019 e1000_shift_out_ee_bits(hw, EEPROM_READ_OPCODE_MICROWIRE,
5021 e1000_shift_out_ee_bits(hw, (uint16_t)(offset + i),
5367 e1000_shift_out_ee_bits(hw, EEPROM_WREN_OPCODE_SPI,
5377 e1000_shift_out_ee_bits(hw, write_opcode, eeprom->opcode_bits);
5379 e1000_shift_out_ee_bits(h
[all...]

Completed in 49 milliseconds