Home
last modified time | relevance | path

Searched refs:E1000_EECD_DO (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/intel/e1000e/
Dnvm.c72 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()
Ddefines.h570 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
/drivers/net/ethernet/intel/igb/
De1000_nvm.c77 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()
De1000_defines.h683 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
/drivers/net/ethernet/intel/e1000/
De1000_hw.c3615 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()
De1000_hw.h1526 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro