Searched refs:E1000_EECD_DO (Results 1 – 4 of 4) sorted by relevance
157 eecd &= ~E1000_EECD_DO; in e1000_shift_out_eec_bits()160 eecd |= E1000_EECD_DO; in e1000_shift_out_eec_bits()204 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_eec_bits()214 if (eecd & E1000_EECD_DO) in e1000_shift_in_eec_bits()731 if (eecd & E1000_EECD_DO) in e1000_write_nvm_microwire()
1010 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
254 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()256 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()308 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()318 if(eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()
1047 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro