Lines Matching defs:byte

101 						u32 offset, u8 byte);
633 /* flash_base_addr is byte-aligned */
1872 /* HW expects these in little endian so we reverse the byte order
1976 /* HW expects these in little endian so we reverse the byte order
3158 * Reads signature byte from the NVM using the flash access registers.
3563 * e1000_read_flash_byte_ich8lan - Read byte from flash
3565 * @offset: The offset of the byte to read.
3566 * @data: Pointer to a byte to store the value read.
3568 * Reads a single byte from the NVM using the flash access registers.
3593 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
3595 * @offset: The offset (in bytes) of the byte or word to read.
3596 * @size: Size of data to read, 1=byte 2=word
3599 * Reads a byte or word from the NVM using the flash access registers.
3625 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3639 * least significant byte first msb to lsb
3674 * Reads a byte or word from the NVM using the flash access registers.
3702 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3718 * least significant byte first msb to lsb
3750 * Writes a byte or word to the NVM using the flash access registers.
4196 * @offset: The offset (in bytes) of the byte/word to read.
4197 * @size: Size of data to read, 1=byte 2=word
4198 * @data: The byte(s) to write to the NVM.
4237 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
4370 * e1000_write_flash_byte_ich8lan - Write a single byte to NVM
4372 * @offset: The index of the byte to read.
4373 * @data: The byte to write to the NVM.
4375 * Writes a single byte to the NVM using the flash access registers.
4420 * e1000_retry_write_flash_byte_ich8lan - Writes a single byte to NVM
4422 * @offset: The offset of the byte to write.
4423 * @byte: The byte to write to the NVM.
4425 * Writes a single byte to the NVM using the flash access registers.
4429 u32 offset, u8 byte)
4434 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
4439 e_dbg("Retrying Byte %2.2X at offset %u\n", byte, offset);
4441 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);