Lines Matching refs:NPCM_ADCCON
49 #define NPCM_ADCCON 0x00 macro
106 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_isr()
108 iowrite32(regtemp, info->regs + NPCM_ADCCON); in npcm_adc_isr()
122 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_read()
126 NPCM_ADCCON_ADC_CONV, info->regs + NPCM_ADCCON); in npcm_adc_read()
131 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_read()
141 info->regs + NPCM_ADCCON); in npcm_adc_read()
241 reg_con = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_probe()
259 reg_con = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_probe()
269 info->regs + NPCM_ADCCON); in npcm_adc_probe()
282 info->regs + NPCM_ADCCON); in npcm_adc_probe()
287 reg_con = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_probe()
291 iowrite32(reg_con, info->regs + NPCM_ADCCON); in npcm_adc_probe()
294 iowrite32(reg_con | NPCM_ADCCON_ADC_CONV, info->regs + NPCM_ADCCON); in npcm_adc_probe()
314 iowrite32(reg_con & ~NPCM_ADCCON_ADC_EN, info->regs + NPCM_ADCCON); in npcm_adc_probe()
331 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_remove()
332 iowrite32(regtemp & ~NPCM_ADCCON_ADC_EN, info->regs + NPCM_ADCCON); in npcm_adc_remove()