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

/freebsd-13-stable/sys/dev/e1000/
H A De1000_ich8lan.c134 static s32 e1000_write_flash_data32_ich8lan(struct e1000_hw *hw,
4526 * e1000_write_flash_data32_ich8lan - Writes 4 bytes to the NVM
4533 static s32 e1000_write_flash_data32_ich8lan(struct e1000_hw *hw, u32 offset, function
4542 DEBUGFUNC("e1000_write_flash_data32_ich8lan");
4652 ret_val = e1000_write_flash_data32_ich8lan(hw, offset, dword);
4659 ret_val = e1000_write_flash_data32_ich8lan(hw, offset, dword);

Completed in 107 milliseconds