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