Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/dac/
Dstm32-dac-core.c164 priv->common.hfsel = (clk_get_rate(priv->pclk) > 80000000UL); in stm32_dac_probe()
167 priv->common.hfsel ? in stm32_dac_probe()
212 if (priv->common.hfsel) { in stm32_dac_core_resume()
Dstm32-dac-core.h35 bool hfsel; member
Dstm32-dac.c93 if (en && dac->common->hfsel) in stm32_dac_set_enable_state()