Searched refs:E1000_EECD_DO (Results 1 – 6 of 6) sorted by relevance
72 eecd |= E1000_EECD_DO; in e1000_shift_out_eec_bits()113 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_eec_bits()123 if (eecd & E1000_EECD_DO) in e1000_shift_in_eec_bits()
570 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
77 eecd |= E1000_EECD_DO; in igb_shift_out_eec_bits()119 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in igb_shift_in_eec_bits()129 if (eecd & E1000_EECD_DO) in igb_shift_in_eec_bits()
683 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
3615 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()3617 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()3668 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()3678 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()4224 if (eecd & E1000_EECD_DO) in e1000_write_eeprom_microwire()
1526 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro