Home
last modified time | relevance | path

Searched refs:ixgb_shift_out_bits (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/
H A Dixgb_ee.c57 static void ixgb_shift_out_bits(struct ixgb_hw *hw, uint16_t data,
107 ixgb_shift_out_bits(struct ixgb_hw *hw, uint16_t data, uint16_t count) in ixgb_shift_out_bits() function
397 ixgb_shift_out_bits(hw, EEPROM_EWEN_OPCODE, 5); in ixgb_write_eeprom()
398 ixgb_shift_out_bits(hw, 0, 4); in ixgb_write_eeprom()
404 ixgb_shift_out_bits(hw, EEPROM_WRITE_OPCODE, 3); in ixgb_write_eeprom()
405 ixgb_shift_out_bits(hw, offset, 6); in ixgb_write_eeprom()
408 ixgb_shift_out_bits(hw, data, 16); in ixgb_write_eeprom()
418 ixgb_shift_out_bits(hw, EEPROM_EWDS_OPCODE, 5); in ixgb_write_eeprom()
419 ixgb_shift_out_bits(hw, 0, 4); in ixgb_write_eeprom()
448 ixgb_shift_out_bits(hw, EEPROM_READ_OPCODE, 3); in ixgb_read_eeprom()
[all …]