Searched refs:regtemp (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dnpcm_adc.c102 u32 regtemp; local
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; local
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
327 u32 regtemp; local
[all...]
/linux-master/drivers/spi/
H A Dspi-npcm-pspi.c105 u16 regtemp; local
123 regtemp = ioread16(priv->base + NPCM_PSPI_CTL1);
124 regtemp &= ~(NPCM_PSPI_CTL1_SCM | NPCM_PSPI_CTL1_SCIDL);
125 iowrite16(regtemp | mode_val, priv->base + NPCM_PSPI_CTL1);
130 u16 regtemp; local
132 regtemp = ioread16(NPCM_PSPI_CTL1 + priv->base);
136 regtemp &= ~NPCM_PSPI_CTL1_MOD;
139 regtemp |= NPCM_PSPI_CTL1_MOD;
143 iowrite16(regtemp, NPCM_PSPI_CTL1 + priv->base);
149 u16 regtemp; local
[all...]
/linux-master/drivers/hwmon/
H A Dvt8231.c86 static const u8 regtemp[] = { 0x1f, 0x21, 0x22, 0x23, 0x24, 0x25 }; variable
118 * VIA datasheet only considers the 8 MSBs obtained from the regtemp[]
211 regtemp[i]) << 2)
H A Dvt1211.c67 static u8 regtemp[] = {0x1f, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25}; variable
269 regtemp[ix]);

Completed in 149 milliseconds