Lines Matching defs:word

131 	 * 10gig parts do not have a word in the EEPROM to determine the
520 * means pba_ptr is actually our second data word for the PBA number
894 * @data: 16 bit word(s) to write to EEPROM
896 * Reads 16 bit word(s) from EEPROM through bit-bang method
920 * to read in bursts than synchronizing access for each word.
936 * ixgbe_write_eeprom_buffer_bit_bang - Writes 16 bit word(s) to EEPROM
939 * @words: number of word(s)
940 * @data: 16 bit word(s) to be written to the EEPROM
951 u16 word;
991 word = data[i];
992 word = (word >> 8) | (word << 8);
993 ixgbe_shift_out_eeprom_bits(hw, word, 16);
1017 * @data: 16 bit word to be written to the EEPROM
1036 * @words: number of word(s)
1039 * Reads 16 bit word(s) from EEPROM through bit-bang method
1055 * to read in bursts than synchronizing access for each word.
1075 * @words: number of word(s)
1076 * @data: read 16 bit word(s) from EEPROM
1078 * Reads 16 bit word(s) from EEPROM through bit-bang method
1125 * ixgbe_read_eeprom_bit_bang_generic - Read EEPROM word using bit-bang
1144 * ixgbe_read_eerd_buffer_generic - Read EEPROM word(s) using EERD
1146 * @offset: offset of word in the EEPROM to read
1147 * @words: number of word(s)
1148 * @data: 16 bit word(s) from the EEPROM
1150 * Reads a 16 bit word(s) from the EEPROM using the EERD register.
1225 * ixgbe_read_eerd_generic - Read EEPROM word using EERD
1227 * @offset: offset of word in the EEPROM to read
1228 * @data: word read from the EEPROM
1230 * Reads a 16 bit word from the EEPROM using the EERD register.
1238 * ixgbe_write_eewr_buffer_generic - Write EEPROM word(s) using EEWR
1240 * @offset: offset of word in the EEPROM to write
1242 * @data: word(s) write to the EEPROM
1244 * Write a 16 bit word(s) to the EEPROM using the EEWR register.
1282 * ixgbe_write_eewr_generic - Write EEPROM word using EEWR
1284 * @offset: offset of word in the EEPROM to write
1285 * @data: word write to the EEPROM
1287 * Write a 16 bit word to the EEPROM using the EEWR register.
1690 u16 word = 0;
1694 if (hw->eeprom.ops.read(hw, i, &word)) {
1698 checksum += word;
1721 if (hw->eeprom.ops.read(hw, j, &word)) {
1725 checksum += word;
1750 * Read the first word from the EEPROM. If this times out or fails, do
1795 * Read the first word from the EEPROM. If this times out or fails, do
3492 * @device_caps: the EEPROM word with the extra device capabilities
3495 * and return the word through device_caps.
4106 * word read errors will return 0xFFFF
4118 /* The word order for the version format is determined by high order
4119 * word bit 15.