Home
last modified time | relevance | path

Searched refs:STM32_ENVR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/regulator/
H A Dstm32-vrefbuf.c26 #define STM32_ENVR BIT(0) macro
54 val = (val & ~STM32_HIZ) | STM32_ENVR; in stm32_vrefbuf_enable()
68 val = (val & ~STM32_ENVR) | STM32_HIZ; in stm32_vrefbuf_enable()
91 val &= ~STM32_ENVR; in stm32_vrefbuf_disable()
111 ret = readl_relaxed(priv->base + STM32_VREFBUF_CSR) & STM32_ENVR; in stm32_vrefbuf_is_enabled()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dstm32-vrefbuf.c26 #define STM32_ENVR BIT(0) macro
52 val = (val & ~STM32_HIZ) | STM32_ENVR; in stm32_vrefbuf_enable()
66 val = (val & ~STM32_ENVR) | STM32_HIZ; in stm32_vrefbuf_enable()
87 val &= ~STM32_ENVR; in stm32_vrefbuf_disable()
105 ret = readl_relaxed(priv->base + STM32_VREFBUF_CSR) & STM32_ENVR; in stm32_vrefbuf_is_enabled()

Completed in 1 milliseconds