Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A Dnvm.c54 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()
H A Ddefines.h582 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
/linux/drivers/net/ethernet/intel/igb/
H A De1000_nvm.c58 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()
H A De1000_defines.h707 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c3578 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()
3580 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()
3631 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()
3641 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()
4186 if (eecd & E1000_EECD_DO) in e1000_write_eeprom_microwire()
H A De1000_hw.h1498 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro