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
3582 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()3584 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()3635 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()3645 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()4190 if (eecd & E1000_EECD_DO) in e1000_write_eeprom_microwire()
1501 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro