Home
last modified time | relevance | path

Searched refs:e1000_read_ich8_byte (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c80 static int32_t e1000_read_ich8_byte(struct e1000_hw *hw, uint32_t index, uint8_t *data);
5706 e1000_read_ich8_byte(hw, (i << 1) + old_bank_offset, in e1000_commit_shadow_ram()
5715 e1000_read_ich8_byte(hw, (i << 1) + old_bank_offset + 1, in e1000_commit_shadow_ram()
5753 e1000_read_ich8_byte(hw, in e1000_commit_shadow_ram()
8894 e1000_read_ich8_byte(struct e1000_hw *hw, uint32_t index, uint8_t* data) in e1000_read_ich8_byte() function