Searched refs:E1000_EECD_DO (Results 1 – 9 of 9) 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
57 if (eecd & E1000_EECD_DO) in e1000_spi_xfer()
209 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_out_ee_bits()259 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()269 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()
1222 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro
3581 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()3583 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()3634 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()3644 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()4189 if (eecd & E1000_EECD_DO) in e1000_write_eeprom_microwire()
1501 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro