Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/adc/
Dnpcm_adc.c85 u32 regtemp; in npcm_adc_isr() local
89 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_isr()
90 if (regtemp & NPCM_ADCCON_ADC_INT_ST) { in npcm_adc_isr()
91 iowrite32(regtemp, info->regs + NPCM_ADCCON); in npcm_adc_isr()
102 u32 regtemp; in npcm_adc_read() local
105 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_read()
106 regtemp &= ~NPCM_ADCCON_CH_MASK; in npcm_adc_read()
108 iowrite32(regtemp | NPCM_ADCCON_CH(channel) | in npcm_adc_read()
114 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_read()
115 if (regtemp & NPCM_ADCCON_ADC_CONV) { in npcm_adc_read()
[all …]
/linux-5.19.10/drivers/spi/
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()
125 iowrite16(regtemp | mode_val, priv->base + NPCM_PSPI_CTL1); 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
[all …]
/linux-5.19.10/drivers/hwmon/
Dvt8231.c85 static const u8 regtemp[] = { 0x1f, 0x21, 0x22, 0x23, 0x24, 0x25 }; variable
905 regtemp[i]) << 2) in vt8231_update_device()
Dvt1211.c67 static u8 regtemp[] = {0x1f, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25}; variable
275 regtemp[ix]); in vt1211_update_device()