Home
last modified time | relevance | path

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

/linux/drivers/clk/ralink/
H A Dclk-mtmips.c101 struct mtmips_clk_fixed *clk_fixed; member
297 sclk = &priv->data->clk_fixed[i]; in mtmips_register_fixed_clocks()
314 sclk = &priv->data->clk_fixed[i]; in mtmips_register_fixed_clocks()
774 .clk_fixed = NULL,
785 .clk_fixed = NULL,
796 .clk_fixed = rt3352_fixed_clocks,
807 .clk_fixed = rt3883_fixed_clocks,
818 .clk_fixed = rt3352_fixed_clocks,
829 .clk_fixed = mt7620_fixed_clocks,
840 .clk_fixed = mt76x8_fixed_clocks,
[all …]
/linux/sound/soc/generic/
H A Dsimple-card-utils.c296 simple_dai->clk_fixed = of_property_read_bool(
304 simple_dai->clk_fixed = true; in simple_check_fixed_sysclk()
322 if (dai->clk_fixed) { in simple_util_startup()
407 if (props->mclk_fs && !dai->clk_fixed && !snd_soc_dai_active(cpu_dai)) in simple_set_clk_rate()
415 if (props->mclk_fs && !dai->clk_fixed && !snd_soc_dai_active(codec_dai)) in simple_set_clk_rate()
433 if (simple_dai->clk_fixed && rate != simple_dai->sysclk) { in simple_set_tdm()