Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dnpcm_adc.c102 u32 regtemp; in npcm_adc_isr() local
106 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_isr()
107 if (regtemp & NPCM_ADCCON_ADC_INT_ST) { in npcm_adc_isr()
108 iowrite32(regtemp, info->regs + NPCM_ADCCON); in npcm_adc_isr()
119 u32 regtemp; in npcm_adc_read() local
122 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_read()
123 regtemp &= ~NPCM_ADCCON_CH_MASK; in npcm_adc_read()
125 iowrite32(regtemp | NPCM_ADCCON_CH(channel) | in npcm_adc_read()
131 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_read()
132 if (regtemp & NPCM_ADCCON_ADC_CONV) { in npcm_adc_read()
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-npcm-pspi.c105 u16 regtemp; in npcm_pspi_set_mode() local
123 regtemp = ioread16(priv->base + NPCM_PSPI_CTL1); in npcm_pspi_set_mode()
124 regtemp &= ~(NPCM_PSPI_CTL1_SCM | NPCM_PSPI_CTL1_SCIDL); in npcm_pspi_set_mode()
130 u16 regtemp; in npcm_pspi_set_transfer_size() local
132 regtemp = ioread16(NPCM_PSPI_CTL1 + priv->base); in npcm_pspi_set_transfer_size()
136 regtemp &= ~NPCM_PSPI_CTL1_MOD; in npcm_pspi_set_transfer_size()
139 regtemp |= NPCM_PSPI_CTL1_MOD; in npcm_pspi_set_transfer_size()
143 iowrite16(regtemp, NPCM_PSPI_CTL1 + priv->base); in npcm_pspi_set_transfer_size()
149 u16 regtemp; in npcm_pspi_set_baudrate() local
154 regtemp = ioread16(NPCM_PSPI_CTL1 + priv->base); in npcm_pspi_set_baudrate()
[all …]
/openbmc/linux/drivers/hwmon/
H A Dvt8231.c86 static const u8 regtemp[] = { 0x1f, 0x21, 0x22, 0x23, 0x24, 0x25 }; variable
211 regtemp[i]) << 2) in vt8231_update_device()
H A Dvt1211.c67 static u8 regtemp[] = {0x1f, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25}; variable
269 regtemp[ix]); in vt1211_update_device()