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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c127 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
3820 return e1000_read_flash_data_ich8lan(hw, offset, 2, data);
3843 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word);
3854 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
3862 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, function
3872 DEBUGFUNC("e1000_read_flash_data_ich8lan");
3946 DEBUGFUNC("e1000_read_flash_data_ich8lan");

Completed in 68 milliseconds