Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/regulator/
H A Dstm32-vrefbuf.c24 #define STM32_HIZ BIT(1) macro
44 clrsetbits_le32(priv->base + STM32_VREFBUF_CSR, STM32_HIZ | STM32_ENVR, in stm32_vrefbuf_set_enable()
45 enable ? STM32_ENVR : STM32_HIZ); in stm32_vrefbuf_set_enable()
60 STM32_HIZ); in stm32_vrefbuf_set_enable()
/openbmc/linux/drivers/regulator/
H A Dstm32-vrefbuf.c25 #define STM32_HIZ BIT(1) macro
52 val = (val & ~STM32_HIZ) | STM32_ENVR; in stm32_vrefbuf_enable()
66 val = (val & ~STM32_ENVR) | STM32_HIZ; in stm32_vrefbuf_enable()