Searched refs:E1000_EECD_DO (Results 1 – 6 of 6) sorted by relevance
54 eecd |= E1000_EECD_DO; in e1000_shift_out_eec_bits()95 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_eec_bits()105 if (eecd & E1000_EECD_DO) in e1000_shift_in_eec_bits()
582 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
58 eecd |= E1000_EECD_DO; in igb_shift_out_eec_bits()100 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in igb_shift_in_eec_bits()110 if (eecd & E1000_EECD_DO) in igb_shift_in_eec_bits()
707 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
3590 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()3592 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()3643 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()3653 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()4198 if (eecd & E1000_EECD_DO) in e1000_write_eeprom_microwire()
1501 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro