Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/512x/
Dclock-commonclk.c708 size_t mclk_idx; in mpc512x_clk_setup_clock_tree() local
821 for (mclk_idx = 0; mclk_idx < soc_max_pscnum(); mclk_idx++) { in mpc512x_clk_setup_clock_tree()
823 snprintf(name, sizeof(name), "psc%d", mclk_idx); in mpc512x_clk_setup_clock_tree()
824 clks[MPC512x_CLK_PSC0 + mclk_idx] = mpc512x_clk_gated( in mpc512x_clk_setup_clock_tree()
825 name, "ips", &clkregs->sccr1, 27 - mclk_idx); in mpc512x_clk_setup_clock_tree()
826 mpc512x_clk_setup_mclk(&mclk_psc_data[mclk_idx], mclk_idx); in mpc512x_clk_setup_clock_tree()
864 for (mclk_idx = 0; mclk_idx < ARRAY_SIZE(mclk_mscan_data); mclk_idx++) in mpc512x_clk_setup_clock_tree()
865 mpc512x_clk_setup_mclk(&mclk_mscan_data[mclk_idx], mclk_idx); in mpc512x_clk_setup_clock_tree()
/linux-4.1.27/sound/soc/codecs/
Dwm8978.c105 int mclk_idx; member
488 wm8978->mclk_idx = -1; in wm8978_configure_pll()
529 wm8978->mclk_idx = idx; in wm8978_configure_pll()
779 wm8978->mclk_idx = -1; in wm8978_hw_params()
791 if (wm8978->mclk_idx < 0) { in wm8978_hw_params()
810 best = wm8978->mclk_idx; in wm8978_hw_params()