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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_common.c42 static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
504 ixgbe_shift_out_eeprom_bits(hw, IXGBE_EEPROM_WREN_OPCODE_SPI,
517 ixgbe_shift_out_eeprom_bits(hw, write_opcode,
519 ixgbe_shift_out_eeprom_bits(hw, (u16)(offset*2),
524 ixgbe_shift_out_eeprom_bits(hw, data, 16);
579 ixgbe_shift_out_eeprom_bits(hw, read_opcode,
581 ixgbe_shift_out_eeprom_bits(hw, (u16)(offset*2),
813 ixgbe_shift_out_eeprom_bits(hw, IXGBE_EEPROM_RDSR_OPCODE_SPI,
857 * ixgbe_shift_out_eeprom_bits - Shift data bits out to the EEPROM.
862 static void ixgbe_shift_out_eeprom_bits(struc function
[all...]

Completed in 52 milliseconds