Searched refs:ixgb_shift_out_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/ixgb/
H A Dixgb_ee.c36 static void ixgb_shift_out_bits(struct ixgb_hw *hw,
89 ixgb_shift_out_bits(struct ixgb_hw *hw, function
379 ixgb_shift_out_bits(hw, EEPROM_EWEN_OPCODE, 5);
380 ixgb_shift_out_bits(hw, 0, 4);
386 ixgb_shift_out_bits(hw, EEPROM_WRITE_OPCODE, 3);
387 ixgb_shift_out_bits(hw, offset, 6);
390 ixgb_shift_out_bits(hw, data, 16);
401 ixgb_shift_out_bits(hw, EEPROM_EWDS_OPCODE, 5);
402 ixgb_shift_out_bits(hw, 0, 4);
430 ixgb_shift_out_bits(h
[all...]

Completed in 67 milliseconds