Lines Matching defs:byte
101 u32 offset, u8 byte);
639 /* flash_base_addr is byte-aligned */
1886 /* HW expects these in little endian so we reverse the byte order
1990 /* HW expects these in little endian so we reverse the byte order
3175 * Reads signature byte from the NVM using the flash access registers.
3583 * e1000_read_flash_byte_ich8lan - Read byte from flash
3585 * @offset: The offset of the byte to read.
3586 * @data: Pointer to a byte to store the value read.
3588 * Reads a single byte from the NVM using the flash access registers.
3613 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
3615 * @offset: The offset (in bytes) of the byte or word to read.
3616 * @size: Size of data to read, 1=byte 2=word
3619 * Reads a byte or word from the NVM using the flash access registers.
3645 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3659 * least significant byte first msb to lsb
3694 * Reads a byte or word from the NVM using the flash access registers.
3722 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3738 * least significant byte first msb to lsb
3770 * Writes a byte or word to the NVM using the flash access registers.
4212 * @offset: The offset (in bytes) of the byte/word to read.
4213 * @size: Size of data to read, 1=byte 2=word
4214 * @data: The byte(s) to write to the NVM.
4253 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
4386 * e1000_write_flash_byte_ich8lan - Write a single byte to NVM
4388 * @offset: The index of the byte to read.
4389 * @data: The byte to write to the NVM.
4391 * Writes a single byte to the NVM using the flash access registers.
4436 * e1000_retry_write_flash_byte_ich8lan - Writes a single byte to NVM
4438 * @offset: The offset of the byte to write.
4439 * @byte: The byte to write to the NVM.
4441 * Writes a single byte to the NVM using the flash access registers.
4445 u32 offset, u8 byte)
4450 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
4455 e_dbg("Retrying Byte %2.2X at offset %u\n", byte, offset);
4457 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);