Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c4776 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()
4778 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()
4830 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()
4840 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()
5583 if (eecd & E1000_EECD_DO) break; in e1000_write_eeprom_microwire()
De1000_hw.h1569 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro