Lines Matching refs:NPCM_ADCCON
34 #define NPCM_ADCCON 0x00 macro
83 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_isr()
85 iowrite32(regtemp, info->regs + NPCM_ADCCON); in npcm_adc_isr()
99 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_read()
103 NPCM_ADCCON_ADC_CONV, info->regs + NPCM_ADCCON); in npcm_adc_read()
108 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_read()
120 info->regs + NPCM_ADCCON); in npcm_adc_read()
211 reg_con = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_probe()
239 reg_con = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_probe()
249 info->regs + NPCM_ADCCON); in npcm_adc_probe()
262 info->regs + NPCM_ADCCON); in npcm_adc_probe()
267 reg_con = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_probe()
271 iowrite32(reg_con, info->regs + NPCM_ADCCON); in npcm_adc_probe()
274 iowrite32(reg_con | NPCM_ADCCON_ADC_CONV, info->regs + NPCM_ADCCON); in npcm_adc_probe()
295 iowrite32(reg_con & ~NPCM_ADCCON_ADC_EN, info->regs + NPCM_ADCCON); in npcm_adc_probe()
312 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_remove()
313 iowrite32(regtemp & ~NPCM_ADCCON_ADC_EN, info->regs + NPCM_ADCCON); in npcm_adc_remove()