Lines Matching refs:regtemp
102 u32 regtemp;
106 regtemp = ioread32(info->regs + NPCM_ADCCON);
107 if (regtemp & NPCM_ADCCON_ADC_INT_ST) {
108 iowrite32(regtemp, info->regs + NPCM_ADCCON);
119 u32 regtemp;
122 regtemp = ioread32(info->regs + NPCM_ADCCON);
123 regtemp &= ~NPCM_ADCCON_CH_MASK;
125 iowrite32(regtemp | NPCM_ADCCON_CH(channel) |
131 regtemp = ioread32(info->regs + NPCM_ADCCON);
132 if (regtemp & NPCM_ADCCON_ADC_CONV) {
327 u32 regtemp;
331 regtemp = ioread32(info->regs + NPCM_ADCCON);
332 iowrite32(regtemp & ~NPCM_ADCCON_ADC_EN, info->regs + NPCM_ADCCON);