Searched refs:E1000_EECD_DO (Results 1 – 6 of 6) sorted by relevance
82 eecd &= ~E1000_EECD_DO; in igb_shift_out_eec_bits()84 eecd |= E1000_EECD_DO; in igb_shift_out_eec_bits()126 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in igb_shift_in_eec_bits()136 if (eecd & E1000_EECD_DO) in igb_shift_in_eec_bits()
590 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
561 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
1690 eecd |= E1000_EECD_DO; in e1000_shift_out_eec_bits()1732 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_eec_bits()1742 if (eecd & E1000_EECD_DO) in e1000_shift_in_eec_bits()
4629 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()4631 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()4681 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()4691 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()5422 if (eecd & E1000_EECD_DO) break; in e1000_write_eeprom_microwire()
1565 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro