Lines Matching defs:word

638 		/* Adjust to word count */
668 /* Adjust to word count */
3289 * @offset: The offset (in bytes) of the word(s) to read.
3291 * @data: pointer to the word(s) to read at offset.
3293 * Reads a word(s) from the NVM
3380 * e1000_read_nvm_ich8lan - Read word(s) from the NVM
3382 * @offset: The offset (in bytes) of the word(s) to read.
3384 * @data: Pointer to the word(s) to read at offset.
3386 * Reads a word(s) from the NVM using the flash access registers.
3396 u16 i, word;
3423 &word);
3426 data[i] = word;
3569 /* Must convert word offset into bytes. */
3575 * e1000_read_flash_word_ich8lan - Read word from flash
3580 * Reads the flash word at offset into data. Offset is converted
3604 u16 word = 0;
3612 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word);
3617 *data = (u8)word;
3623 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
3625 * @offset: The offset (in bytes) of the byte or word to read.
3626 * @size: Size of data to read, 1=byte 2=word
3627 * @data: Pointer to the word to store the value read.
3629 * Reads a byte or word from the NVM using the flash access registers.
3704 * Reads a byte or word from the NVM using the flash access registers.
3774 * e1000_write_nvm_ich8lan - Write word(s) to the NVM
3776 * @offset: The offset (in bytes) of the word(s) to write.
3778 * @data: Pointer to the word(s) to write at offset.
3780 * Writes a byte or word to the NVM using the flash access registers.
3879 /* If the word is 0x13, then make sure the signature bits
3912 * to 10b in word 0x13 , this can be done without an
4030 /* If the word is 0x13, then make sure the signature bits
4069 * to 10b in word 0x13 , this can be done without an
4086 * its signature word (0x13) high_byte to 0b. This can be
4123 * Check to see if checksum needs to be fixed by reading bit 6 in word 0x19.
4131 u16 word;
4149 word = NVM_COMPAT;
4153 word = NVM_FUTURE_INIT_WORD1;
4158 ret_val = e1000_read_nvm(hw, word, 1, &data);
4167 ret_val = e1000_write_nvm(hw, word, 1, &data);
4222 * @offset: The offset (in bytes) of the byte/word to read.
4223 * @size: Size of data to read, 1=byte 2=word
4406 u16 word = (u16)data;
4408 return e1000_write_flash_data_ich8lan(hw, offset, 1, word);
4414 * @offset: The offset of the word to write.
4426 /* Must convert word offset into bytes. */
5016 /* ICH parts do not have a word in the NVM to determine