Home
last modified time | relevance | path

Searched refs:E1000_EECD_SEC1VAL (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.h1580 #define E1000_EECD_SEC1VAL 0x00400000 /* Sector One Valid */ macro
De1000_hw.c5578 if (!(E1000_READ_REG(hw, EECD) & E1000_EECD_SEC1VAL)) { in e1000_commit_shadow_ram()
8409 flash_bank = (E1000_READ_REG(hw, EECD) & E1000_EECD_SEC1VAL) ? 1 : 0; in e1000_read_eeprom_ich8()