Writes a 16 bit word or words to the EEPROM using the ICH8's flash access
static int32_t e1000_write_eeprom_ich8(
struct e1000_hw * hw
uint16_t offset
uint16_t words
uint16_t * data
)
Writes a 16 bit word or words to the EEPROM using the ICH8's flash access register. Actually, writes are written to the shadow ram cache in the hw structure hw->e1000_shadow_ram. e1000_commit_shadow_ram flushes this to the NVM, which occurs when the NVM checksum is updated.
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | e1000_hw.c