Home
last modified time | relevance | path

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

/qemu/hw/net/
H A De1000x_regs.h516 #define E1000_EEPROM_RW_REG_START 1 /* First bit for telling part to start operation */ macro
H A De1000.c522 unsigned int index, r = s->mac_reg[EERD] & ~E1000_EEPROM_RW_REG_START; in flash_eerd_read()
524 if ((s->mac_reg[EERD] & E1000_EEPROM_RW_REG_START) == 0) in flash_eerd_read()