Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ig_hal/
H A De1000_nvm.c164 eecd &= ~E1000_EECD_DO; in e1000_shift_out_eec_bits()
167 eecd |= E1000_EECD_DO; in e1000_shift_out_eec_bits()
211 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_eec_bits()
221 if (eecd & E1000_EECD_DO) in e1000_shift_in_eec_bits()
738 if (eecd & E1000_EECD_DO) in e1000_write_nvm_microwire()
H A De1000_defines.h1045 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro