Searched refs:NPCM_ADCCON_ADC_EN (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dnpcm_adc.c56 #define NPCM_ADCCON_ADC_EN BIT(17) macro
65 #define NPCM_ADC_ENABLE (NPCM_ADCCON_ADC_EN | NPCM_ADCCON_ADC_INT_EN)
314 iowrite32(reg_con & ~NPCM_ADCCON_ADC_EN, info->regs + NPCM_ADCCON);
332 iowrite32(regtemp & ~NPCM_ADCCON_ADC_EN, info->regs + NPCM_ADCCON);

Completed in 175 milliseconds