Lines Matching defs:byte

101 						u32 offset, u8 byte);
658 /* flash_base_addr is byte-aligned */
1898 /* HW expects these in little endian so we reverse the byte order
2002 /* HW expects these in little endian so we reverse the byte order
3185 * Reads signature byte from the NVM using the flash access registers.
3593 * e1000_read_flash_byte_ich8lan - Read byte from flash
3595 * @offset: The offset of the byte to read.
3596 * @data: Pointer to a byte to store the value read.
3598 * Reads a single byte from the NVM using the flash access registers.
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
3629 * Reads a byte or word from the NVM using the flash access registers.
3655 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3669 * least significant byte first msb to lsb
3704 * Reads a byte or word from the NVM using the flash access registers.
3732 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3748 * least significant byte first msb to lsb
3780 * Writes a byte or word to the NVM using the flash access registers.
4222 * @offset: The offset (in bytes) of the byte/word to read.
4223 * @size: Size of data to read, 1=byte 2=word
4224 * @data: The byte(s) to write to the NVM.
4263 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
4396 * e1000_write_flash_byte_ich8lan - Write a single byte to NVM
4398 * @offset: The index of the byte to read.
4399 * @data: The byte to write to the NVM.
4401 * Writes a single byte to the NVM using the flash access registers.
4446 * e1000_retry_write_flash_byte_ich8lan - Writes a single byte to NVM
4448 * @offset: The offset of the byte to write.
4449 * @byte: The byte to write to the NVM.
4451 * Writes a single byte to the NVM using the flash access registers.
4455 u32 offset, u8 byte)
4460 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
4465 e_dbg("Retrying Byte %2.2X at offset %u\n", byte, offset);
4467 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);