Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_ich8lan.c128 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
3850 return e1000_read_flash_data_ich8lan(hw, offset, 2, data); in e1000_read_flash_word_ich8lan()
3873 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word); in e1000_read_flash_byte_ich8lan()
3892 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, in e1000_read_flash_data_ich8lan() function