Searched refs:IGC_EECD_DO (Results 1 – 2 of 2) sorted by relevance
137 eecd &= ~IGC_EECD_DO; in igc_shift_out_eec_bits()139 eecd |= IGC_EECD_DO; in igc_shift_out_eec_bits()183 eecd &= ~(IGC_EECD_DO | IGC_EECD_DI); in igc_shift_in_eec_bits()193 if (eecd & IGC_EECD_DO) in igc_shift_in_eec_bits()710 if (eecd & IGC_EECD_DO) in igc_write_nvm_microwire()
1085 #define IGC_EECD_DO 0x00000008 /* NVM Data Out */ macro