Searched refs:or_vddcore (Results 1 – 1 of 1) sorted by relevance
186 const struct stm32_adc_regs or_vddcore; member544 .or_vddcore = { STM32MP13_ADC2_OR, STM32MP13_OP0 },565 .or_vddcore = { STM32MP1_ADC2_OR, STM32MP1_VDDCOREEN },726 stm32_adc_set_bits(adc, adc->cfg->regs->or_vddcore.reg, in stm32_adc_int_ch_enable()727 adc->cfg->regs->or_vddcore.mask); in stm32_adc_int_ch_enable()763 stm32_adc_clr_bits(adc, adc->cfg->regs->or_vddcore.reg, in stm32_adc_int_ch_disable()764 adc->cfg->regs->or_vddcore.mask); in stm32_adc_int_ch_disable()2133 if (!adc->cfg->regs->or_vddcore.reg) in stm32_adc_populate_int_ch()