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,
3589 return e1000_read_flash_data_ich8lan(hw, offset, 2, data);
3612 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word);
3623 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
3631 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, function

Completed in 223 milliseconds