Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dstm32-adc.c190 const struct stm32_adc_regs ccr_vref; member
570 .ccr_vref = { STM32H7_ADC_CCR, STM32H7_VREFEN },
589 .ccr_vref = { STM32H7_ADC_CCR, STM32H7_VREFEN },
763 stm32_adc_set_bits_common(adc, adc->cfg->regs->ccr_vref.reg, in stm32_adc_int_ch_enable()
764 adc->cfg->regs->ccr_vref.mask); in stm32_adc_int_ch_enable()
797 stm32_adc_clr_bits_common(adc, adc->cfg->regs->ccr_vref.reg, in stm32_adc_int_ch_disable()
798 adc->cfg->regs->ccr_vref.mask); in stm32_adc_int_ch_disable()
2284 if (!adc->cfg->regs->ccr_vref.reg) in stm32_adc_populate_int_ch()