Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c157 eecd &= ~E1000_EECD_DO; in e1000_shift_out_eec_bits()
160 eecd |= E1000_EECD_DO; in e1000_shift_out_eec_bits()
204 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_eec_bits()
214 if (eecd & E1000_EECD_DO) in e1000_shift_in_eec_bits()
731 if (eecd & E1000_EECD_DO) in e1000_write_nvm_microwire()
H A De1000_defines.h1021 #define E1000_EECD_DO 0x00000008 /* NVM Data Out */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c254 eecd &= ~E1000_EECD_DO; in e1000_shift_out_ee_bits()
256 eecd |= E1000_EECD_DO; in e1000_shift_out_ee_bits()
308 eecd &= ~(E1000_EECD_DO | E1000_EECD_DI); in e1000_shift_in_ee_bits()
318 if(eecd & E1000_EECD_DO) in e1000_shift_in_ee_bits()
H A De1000_hw.h1047 #define E1000_EECD_DO 0x00000008 /* EEPROM Data Out */ macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_e82545.c461 sc->eeprom_control |= E1000_EECD_DO; in e82545_eecd_strobe()
463 sc->eeprom_control &= ~E1000_EECD_DO; in e82545_eecd_strobe()