Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/intel/igb/
De1000_nvm.c82 eecd |= E1000_EECD_DO; in igb_shift_out_eec_bits()
124 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in igb_shift_in_eec_bits()
134 if (eecd & E1000_EECD_DO) in igb_shift_in_eec_bits()
De1000_defines.h586 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
/linux-3.3/drivers/net/ethernet/intel/e1000e/
Ddefines.h606 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
Dlib.c1790 eecd |= E1000_EECD_DO; in e1000_shift_out_eec_bits()
1832 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_eec_bits()
1842 if (eecd & E1000_EECD_DO) in e1000_shift_in_eec_bits()
/linux-3.3/drivers/net/ethernet/intel/e1000/
De1000_hw.c3636 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()
3638 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()
3688 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()
3698 if (eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()
4250 if (eecd & E1000_EECD_DO) in e1000_write_eeprom_microwire()
De1000_hw.h1518 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro