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

/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c106 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
3611 return e1000_read_flash_data_ich8lan(hw, offset, 2, data);
3634 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word);
3645 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
3653 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, function

Completed in 128 milliseconds