Lines Matching defs:byte

101 						u32 offset, u8 byte);
723 /* flash_base_addr is byte-aligned */
2009 /* HW expects these in little endian so we reverse the byte order
2113 /* HW expects these in little endian so we reverse the byte order
3296 * Reads signature byte from the NVM using the flash access registers.
3704 * e1000_read_flash_byte_ich8lan - Read byte from flash
3706 * @offset: The offset of the byte to read.
3707 * @data: Pointer to a byte to store the value read.
3709 * Reads a single byte from the NVM using the flash access registers.
3734 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
3736 * @offset: The offset (in bytes) of the byte or word to read.
3737 * @size: Size of data to read, 1=byte 2=word
3740 * Reads a byte or word from the NVM using the flash access registers.
3766 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3780 * least significant byte first msb to lsb
3815 * Reads a byte or word from the NVM using the flash access registers.
3843 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3859 * least significant byte first msb to lsb
3891 * Writes a byte or word to the NVM using the flash access registers.
4335 * @offset: The offset (in bytes) of the byte/word to read.
4336 * @size: Size of data to read, 1=byte 2=word
4337 * @data: The byte(s) to write to the NVM.
4376 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
4509 * e1000_write_flash_byte_ich8lan - Write a single byte to NVM
4511 * @offset: The index of the byte to read.
4512 * @data: The byte to write to the NVM.
4514 * Writes a single byte to the NVM using the flash access registers.
4559 * e1000_retry_write_flash_byte_ich8lan - Writes a single byte to NVM
4561 * @offset: The offset of the byte to write.
4562 * @byte: The byte to write to the NVM.
4564 * Writes a single byte to the NVM using the flash access registers.
4568 u32 offset, u8 byte)
4573 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
4578 e_dbg("Retrying Byte %2.2X at offset %u\n", byte, offset);
4580 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);