Searched refs:e1000_read_flash_data_ich8lan (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/intel/e1000e/ |
D | ich8lan.c | 106 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, 3579 return e1000_read_flash_data_ich8lan(hw, offset, 2, data); in e1000_read_flash_word_ich8lan() 3602 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word); in e1000_read_flash_byte_ich8lan() 3621 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, in e1000_read_flash_data_ich8lan() function
|