Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/regulator/
H A Dstm32-vrefbuf.c33 static const unsigned int stm32_vrefbuf_voltages[] = { variable
79 for (i = 0; i < ARRAY_SIZE(stm32_vrefbuf_voltages); i++) { in stm32_vrefbuf_set_value()
80 if (uV == stm32_vrefbuf_voltages[i]) { in stm32_vrefbuf_set_value()
98 return stm32_vrefbuf_voltages[val]; in stm32_vrefbuf_get_value()
/openbmc/linux/drivers/regulator/
H A Dstm32-vrefbuf.c36 static const unsigned int stm32_vrefbuf_voltages[] = { variable
165 .volt_table = stm32_vrefbuf_voltages,
166 .n_voltages = ARRAY_SIZE(stm32_vrefbuf_voltages),