Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c4679 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()
4681 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()
4733 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()
4743 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()
5486 if (eecd & E1000_EECD_DO) break; in e1000_write_eeprom_microwire()
De1000_hw.h1556 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro