Lines Matching refs:NPCM_ADCCON
31 #define NPCM_ADCCON 0x00 macro
80 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_isr()
82 iowrite32(regtemp, info->regs + NPCM_ADCCON); in npcm_adc_isr()
96 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_read()
100 NPCM_ADCCON_ADC_CONV, info->regs + NPCM_ADCCON); in npcm_adc_read()
105 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_read()
115 info->regs + NPCM_ADCCON); in npcm_adc_read()
207 reg_con = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_probe()
225 reg_con = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_probe()
235 info->regs + NPCM_ADCCON); in npcm_adc_probe()
248 info->regs + NPCM_ADCCON); in npcm_adc_probe()
253 reg_con = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_probe()
257 iowrite32(reg_con, info->regs + NPCM_ADCCON); in npcm_adc_probe()
260 iowrite32(reg_con | NPCM_ADCCON_ADC_CONV, info->regs + NPCM_ADCCON); in npcm_adc_probe()
280 iowrite32(reg_con & ~NPCM_ADCCON_ADC_EN, info->regs + NPCM_ADCCON); in npcm_adc_probe()
297 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_remove()
298 iowrite32(regtemp & ~NPCM_ADCCON_ADC_EN, info->regs + NPCM_ADCCON); in npcm_adc_remove()