Lines Matching refs:regtemp
76 u32 regtemp;
80 regtemp = ioread32(info->regs + NPCM_ADCCON);
81 if (regtemp & NPCM_ADCCON_ADC_INT_ST) {
82 iowrite32(regtemp, info->regs + NPCM_ADCCON);
93 u32 regtemp;
96 regtemp = ioread32(info->regs + NPCM_ADCCON);
97 regtemp &= ~NPCM_ADCCON_CH_MASK;
99 iowrite32(regtemp | NPCM_ADCCON_CH(channel) |
105 regtemp = ioread32(info->regs + NPCM_ADCCON);
106 if (regtemp & NPCM_ADCCON_ADC_CONV) {
293 u32 regtemp;
297 regtemp = ioread32(info->regs + NPCM_ADCCON);
298 iowrite32(regtemp & ~NPCM_ADCCON_ADC_EN, info->regs + NPCM_ADCCON);