Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_nvm.c124 eecd |= IGC_EECD_DO; in igc_shift_out_eec_bits()
168 eecd &= ~(IGC_EECD_DO | IGC_EECD_DI); in igc_shift_in_eec_bits()
178 if (eecd & IGC_EECD_DO) in igc_shift_in_eec_bits()
H A Digc_defines.h935 #define IGC_EECD_DO 0x00000008 /* NVM Data Out */ macro