Home
last modified time | relevance | path

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

/linux/drivers/iio/dac/
H A Dstm32-dac-core.c155 priv->common.hfsel = (clk_get_rate(priv->pclk) > 80000000UL); in stm32_dac_probe()
158 priv->common.hfsel ? in stm32_dac_probe()
201 if (priv->common.hfsel) { in stm32_dac_core_resume()
H A Dstm32-dac-core.h35 bool hfsel; member