pll_out            20 drivers/clk/tegra/clk-pll-out.c 	struct tegra_clk_pll_out *pll_out = to_clk_pll_out(hw);
pll_out            21 drivers/clk/tegra/clk-pll-out.c 	u32 val = readl_relaxed(pll_out->reg);
pll_out            24 drivers/clk/tegra/clk-pll-out.c 	state = (val & pll_out_enb(pll_out)) ? 1 : 0;
pll_out            25 drivers/clk/tegra/clk-pll-out.c 	if (!(val & (pll_out_rst(pll_out))))
pll_out            32 drivers/clk/tegra/clk-pll-out.c 	struct tegra_clk_pll_out *pll_out = to_clk_pll_out(hw);
pll_out            36 drivers/clk/tegra/clk-pll-out.c 	if (pll_out->lock)
pll_out            37 drivers/clk/tegra/clk-pll-out.c 		spin_lock_irqsave(pll_out->lock, flags);
pll_out            39 drivers/clk/tegra/clk-pll-out.c 	val = readl_relaxed(pll_out->reg);
pll_out            41 drivers/clk/tegra/clk-pll-out.c 	val |= (pll_out_enb(pll_out) | pll_out_rst(pll_out));
pll_out            43 drivers/clk/tegra/clk-pll-out.c 	writel_relaxed(val, pll_out->reg);
pll_out            46 drivers/clk/tegra/clk-pll-out.c 	if (pll_out->lock)
pll_out            47 drivers/clk/tegra/clk-pll-out.c 		spin_unlock_irqrestore(pll_out->lock, flags);
pll_out            54 drivers/clk/tegra/clk-pll-out.c 	struct tegra_clk_pll_out *pll_out = to_clk_pll_out(hw);
pll_out            58 drivers/clk/tegra/clk-pll-out.c 	if (pll_out->lock)
pll_out            59 drivers/clk/tegra/clk-pll-out.c 		spin_lock_irqsave(pll_out->lock, flags);
pll_out            61 drivers/clk/tegra/clk-pll-out.c 	val = readl_relaxed(pll_out->reg);
pll_out            63 drivers/clk/tegra/clk-pll-out.c 	val &= ~(pll_out_enb(pll_out) | pll_out_rst(pll_out));
pll_out            65 drivers/clk/tegra/clk-pll-out.c 	writel_relaxed(val, pll_out->reg);
pll_out            68 drivers/clk/tegra/clk-pll-out.c 	if (pll_out->lock)
pll_out            69 drivers/clk/tegra/clk-pll-out.c 		spin_unlock_irqrestore(pll_out->lock, flags);
pll_out            83 drivers/clk/tegra/clk-pll-out.c 	struct tegra_clk_pll_out *pll_out;
pll_out            87 drivers/clk/tegra/clk-pll-out.c 	pll_out = kzalloc(sizeof(*pll_out), GFP_KERNEL);
pll_out            88 drivers/clk/tegra/clk-pll-out.c 	if (!pll_out)
pll_out            97 drivers/clk/tegra/clk-pll-out.c 	pll_out->reg = reg;
pll_out            98 drivers/clk/tegra/clk-pll-out.c 	pll_out->enb_bit_idx = enb_bit_idx;
pll_out            99 drivers/clk/tegra/clk-pll-out.c 	pll_out->rst_bit_idx = rst_bit_idx;
pll_out           100 drivers/clk/tegra/clk-pll-out.c 	pll_out->flags = pll_out_flags;
pll_out           101 drivers/clk/tegra/clk-pll-out.c 	pll_out->lock = lock;
pll_out           104 drivers/clk/tegra/clk-pll-out.c 	pll_out->hw.init = &init;
pll_out           106 drivers/clk/tegra/clk-pll-out.c 	clk = clk_register(NULL, &pll_out->hw);
pll_out           108 drivers/clk/tegra/clk-pll-out.c 		kfree(pll_out);
pll_out           678 drivers/media/i2c/ov772x.c 		unsigned int pll_out = pll_mult * fin;
pll_out           682 drivers/media/i2c/ov772x.c 		if (pll_out < pclk)
pll_out           685 drivers/media/i2c/ov772x.c 		div = DIV_ROUND_CLOSEST(pll_out, pclk);
pll_out           405 drivers/mfd/twl6040.c 				goto pll_out;
pll_out           432 drivers/mfd/twl6040.c 			goto pll_out;
pll_out           443 drivers/mfd/twl6040.c 			goto pll_out;
pll_out           474 drivers/mfd/twl6040.c 				goto pll_out;
pll_out           502 drivers/mfd/twl6040.c 		goto pll_out;
pll_out           508 drivers/mfd/twl6040.c pll_out:
pll_out           469 sound/soc/codecs/alc5623.c 	u32 pll_out;
pll_out           548 sound/soc/codecs/alc5623.c 			   && codec_master_pll_div[i].pll_out == freq_out) {
pll_out           558 sound/soc/codecs/alc5623.c 			   && codec_slave_pll_div[i].pll_out == freq_out) {
pll_out           618 sound/soc/codecs/alc5632.c 	u32 pll_out;
pll_out           708 sound/soc/codecs/alc5632.c 			   && codec_master_pll_div[i].pll_out == freq_out) {
pll_out           718 sound/soc/codecs/alc5632.c 			   && codec_slave_pll_div[i].pll_out == freq_out) {
pll_out           729 sound/soc/codecs/alc5632.c 			   && codec_slave_pll_div[i].pll_out == freq_out) {
pll_out           186 sound/soc/codecs/cs43130.c 	unsigned int pll_out;
pll_out           229 sound/soc/codecs/cs43130.c 		    pll_ratio_table[i].pll_out == freq_out)
pll_out            39 sound/soc/codecs/pcm512x.c 	int pll_out;
pll_out           514 sound/soc/codecs/pcm512x.c 	if (!pcm512x->pll_out)
pll_out           594 sound/soc/codecs/pcm512x.c 	if (pcm512x->pll_out)
pll_out           862 sound/soc/codecs/pcm512x.c 	if (!pcm512x->pll_out)
pll_out           922 sound/soc/codecs/pcm512x.c 	if (!pcm512x->pll_out) {
pll_out          1239 sound/soc/codecs/pcm512x.c 	if (pcm512x->pll_out) {
pll_out          1294 sound/soc/codecs/pcm512x.c 	if (pcm512x->pll_out) {
pll_out          1337 sound/soc/codecs/pcm512x.c 	if (pcm512x->pll_out) {
pll_out          1338 sound/soc/codecs/pcm512x.c 		gpio = PCM512x_G1OE << (pcm512x->pll_out - 1);
pll_out          1343 sound/soc/codecs/pcm512x.c 				pcm512x->pll_out, ret);
pll_out          1347 sound/soc/codecs/pcm512x.c 		gpio = PCM512x_GPIO_OUTPUT_1 + pcm512x->pll_out - 1;
pll_out          1352 sound/soc/codecs/pcm512x.c 				ret, pcm512x->pll_out);
pll_out          1612 sound/soc/codecs/pcm512x.c 			pcm512x->pll_out = val;
pll_out          1615 sound/soc/codecs/pcm512x.c 		if (!pcm512x->pll_in != !pcm512x->pll_out) {
pll_out          1621 sound/soc/codecs/pcm512x.c 		if (pcm512x->pll_in && pcm512x->pll_in == pcm512x->pll_out) {
pll_out            95 sound/soc/codecs/rl6231.c 	unsigned int pll_out;
pll_out           142 sound/soc/codecs/rl6231.c 	unsigned int red, pll_out, in_t, out_t, div, div_t;
pll_out           152 sound/soc/codecs/rl6231.c 			freq_out == pll_preset_table[i].pll_out) {
pll_out           177 sound/soc/codecs/rl6231.c 			pll_out = f_out * (k_t + 2);
pll_out           178 sound/soc/codecs/rl6231.c 			if (in_t == pll_out) {
pll_out          1742 sound/soc/codecs/rt1011.c 	    freq_out == rt1011->pll_out)
pll_out          1749 sound/soc/codecs/rt1011.c 		rt1011->pll_out = 0;
pll_out          1796 sound/soc/codecs/rt1011.c 	rt1011->pll_out = freq_out;
pll_out           666 sound/soc/codecs/rt1011.h 	int pll_out;
pll_out            84 sound/soc/codecs/rt1305.c 	int pll_out;
pll_out           801 sound/soc/codecs/rt1305.c 	    freq_out == rt1305->pll_out)
pll_out           808 sound/soc/codecs/rt1305.c 		rt1305->pll_out = 0;
pll_out           860 sound/soc/codecs/rt1305.c 	rt1305->pll_out = freq_out;
pll_out            61 sound/soc/codecs/rt1308.c 	int pll_out;
pll_out           626 sound/soc/codecs/rt1308.c 	    freq_out == rt1308->pll_out)
pll_out           633 sound/soc/codecs/rt1308.c 		rt1308->pll_out = 0;
pll_out           682 sound/soc/codecs/rt1308.c 	rt1308->pll_out = freq_out;
pll_out           909 sound/soc/codecs/rt5514.c 		rt5514->pll_out = 0;
pll_out           918 sound/soc/codecs/rt5514.c 	    freq_out == rt5514->pll_out)
pll_out           955 sound/soc/codecs/rt5514.c 	rt5514->pll_out = freq_out;
pll_out           281 sound/soc/codecs/rt5514.h 	int pll_out;
pll_out           155 sound/soc/codecs/rt5616.c 	int pll_out;
pll_out          1103 sound/soc/codecs/rt5616.c 	    freq_out == rt5616->pll_out)
pll_out          1110 sound/soc/codecs/rt5616.c 		rt5616->pll_out = 0;
pll_out          1152 sound/soc/codecs/rt5616.c 	rt5616->pll_out = freq_out;
pll_out          1215 sound/soc/codecs/rt5631.c 	u32 pll_out;
pll_out          1490 sound/soc/codecs/rt5631.c 			freq_out == codec_master_pll_div[i].pll_out) {
pll_out          1509 sound/soc/codecs/rt5631.c 			freq_out == codec_slave_pll_div[i].pll_out) {
pll_out          1879 sound/soc/codecs/rt5640.c 	    freq_out == rt5640->pll_out)
pll_out          1886 sound/soc/codecs/rt5640.c 		rt5640->pll_out = 0;
pll_out          1927 sound/soc/codecs/rt5640.c 	rt5640->pll_out = freq_out;
pll_out          2134 sound/soc/codecs/rt5640.h 	int pll_out;
pll_out           434 sound/soc/codecs/rt5645.c 	int pll_out;
pll_out          2921 sound/soc/codecs/rt5645.c 	    freq_out == rt5645->pll_out)
pll_out          2928 sound/soc/codecs/rt5645.c 		rt5645->pll_out = 0;
pll_out          2977 sound/soc/codecs/rt5645.c 	rt5645->pll_out = freq_out;
pll_out          1457 sound/soc/codecs/rt5651.c 	    freq_out == rt5651->pll_out)
pll_out          1464 sound/soc/codecs/rt5651.c 		rt5651->pll_out = 0;
pll_out          1505 sound/soc/codecs/rt5651.c 	rt5651->pll_out = freq_out;
pll_out          2096 sound/soc/codecs/rt5651.h 	int pll_out;
pll_out          3504 sound/soc/codecs/rt5659.c 	    freq_out == rt5659->pll_out)
pll_out          3511 sound/soc/codecs/rt5659.c 		rt5659->pll_out = 0;
pll_out          3556 sound/soc/codecs/rt5659.c 	rt5659->pll_out = freq_out;
pll_out          1811 sound/soc/codecs/rt5659.h 	int pll_out;
pll_out          1018 sound/soc/codecs/rt5660.c 		freq_out == rt5660->pll_out)
pll_out          1025 sound/soc/codecs/rt5660.c 		rt5660->pll_out = 0;
pll_out          1064 sound/soc/codecs/rt5660.c 	rt5660->pll_out = freq_out;
pll_out           844 sound/soc/codecs/rt5660.h 	int pll_out;
pll_out            74 sound/soc/codecs/rt5663.c 	int pll_out;
pll_out          2902 sound/soc/codecs/rt5663.c 	    freq_out == rt5663->pll_out)
pll_out          2909 sound/soc/codecs/rt5663.c 		rt5663->pll_out = 0;
pll_out          2959 sound/soc/codecs/rt5663.c 	rt5663->pll_out = freq_out;
pll_out            65 sound/soc/codecs/rt5665.c 	int pll_out;
pll_out          4340 sound/soc/codecs/rt5665.c 	    freq_out == rt5665->pll_out)
pll_out          4347 sound/soc/codecs/rt5665.c 		rt5665->pll_out = 0;
pll_out          4392 sound/soc/codecs/rt5665.c 	rt5665->pll_out = freq_out;
pll_out            61 sound/soc/codecs/rt5668.c 	int pll_out;
pll_out          2145 sound/soc/codecs/rt5668.c 	    freq_out == rt5668->pll_out)
pll_out          2152 sound/soc/codecs/rt5668.c 		rt5668->pll_out = 0;
pll_out          2189 sound/soc/codecs/rt5668.c 	rt5668->pll_out = freq_out;
pll_out          2436 sound/soc/codecs/rt5670.c 	    freq_out == rt5670->pll_out)
pll_out          2443 sound/soc/codecs/rt5670.c 		rt5670->pll_out = 0;
pll_out          2494 sound/soc/codecs/rt5670.c 	rt5670->pll_out = freq_out;
pll_out          2004 sound/soc/codecs/rt5670.h 	int pll_out;
pll_out          4323 sound/soc/codecs/rt5677.c 	    freq_out == rt5677->pll_out)
pll_out          4330 sound/soc/codecs/rt5677.c 		rt5677->pll_out = 0;
pll_out          4388 sound/soc/codecs/rt5677.c 	rt5677->pll_out = freq_out;
pll_out          4772 sound/soc/codecs/rt5677.c 		rt5677->pll_out = 0;
pll_out          1841 sound/soc/codecs/rt5677.h 	int pll_out;
pll_out            67 sound/soc/codecs/rt5682.c 	int pll_out;
pll_out          2223 sound/soc/codecs/rt5682.c 	    freq_out == rt5682->pll_out)
pll_out          2230 sound/soc/codecs/rt5682.c 		rt5682->pll_out = 0;
pll_out          2267 sound/soc/codecs/rt5682.c 	rt5682->pll_out = freq_out;
pll_out           256 sound/soc/fsl/fsl-asoc-card.c 	unsigned int pll_out;
pll_out           270 sound/soc/fsl/fsl-asoc-card.c 			pll_out = priv->sample_rate * 384;
pll_out           272 sound/soc/fsl/fsl-asoc-card.c 			pll_out = priv->sample_rate * 256;
pll_out           276 sound/soc/fsl/fsl-asoc-card.c 					  codec_priv->mclk_freq, pll_out);
pll_out           283 sound/soc/fsl/fsl-asoc-card.c 					     pll_out, SND_SOC_CLOCK_IN);
pll_out           209 sound/soc/intel/boards/sof_rt5682.c 	int clk_id, clk_freq, pll_out, ret;
pll_out           231 sound/soc/intel/boards/sof_rt5682.c 	pll_out = params_rate(params) * 512;
pll_out           233 sound/soc/intel/boards/sof_rt5682.c 	ret = snd_soc_dai_set_pll(codec_dai, 0, clk_id, clk_freq, pll_out);
pll_out           239 sound/soc/intel/boards/sof_rt5682.c 				     pll_out, SND_SOC_CLOCK_IN);
pll_out            31 sound/soc/samsung/neo1973_wm8753.c 	unsigned int pll_out = 0, bclk = 0;
pll_out            40 sound/soc/samsung/neo1973_wm8753.c 		pll_out = 12288000;
pll_out            44 sound/soc/samsung/neo1973_wm8753.c 		pll_out = 12288000;
pll_out            48 sound/soc/samsung/neo1973_wm8753.c 		pll_out = 12288000;
pll_out            52 sound/soc/samsung/neo1973_wm8753.c 		pll_out = 11289600;
pll_out            56 sound/soc/samsung/neo1973_wm8753.c 		pll_out = 11289600;
pll_out            60 sound/soc/samsung/neo1973_wm8753.c 		pll_out = 11289600;
pll_out            64 sound/soc/samsung/neo1973_wm8753.c 		pll_out = 11289600;
pll_out            69 sound/soc/samsung/neo1973_wm8753.c 	ret = snd_soc_dai_set_sysclk(codec_dai, WM8753_MCLK, pll_out,
pll_out            93 sound/soc/samsung/neo1973_wm8753.c 		iis_clkrate / 4, pll_out);
pll_out           105 sound/soc/samsung/smdk_spdif.c 	unsigned long pll_out, rclk_rate;
pll_out           110 sound/soc/samsung/smdk_spdif.c 		pll_out = 45158400;
pll_out           115 sound/soc/samsung/smdk_spdif.c 		pll_out = 49152000;
pll_out           128 sound/soc/samsung/smdk_spdif.c 	ret = set_audio_clock_rate(pll_out, rclk_rate);
pll_out            27 sound/soc/samsung/smdk_wm8580.c 	unsigned int pll_out;
pll_out            65 sound/soc/samsung/smdk_wm8580.c 	pll_out = params_rate(params) * rfs;
pll_out            74 sound/soc/samsung/smdk_wm8580.c 					SMDK_WM8580_FREQ, pll_out);
pll_out            79 sound/soc/samsung/smdk_wm8580.c 				     pll_out, SND_SOC_CLOCK_IN);
pll_out            49 sound/soc/samsung/smdk_wm8994.c 	unsigned int pll_out;
pll_out            54 sound/soc/samsung/smdk_wm8994.c 		pll_out = params_rate(params) * 384;
pll_out            56 sound/soc/samsung/smdk_wm8994.c 		pll_out = params_rate(params) * 512;
pll_out            58 sound/soc/samsung/smdk_wm8994.c 		pll_out = params_rate(params) * 256;
pll_out            61 sound/soc/samsung/smdk_wm8994.c 					SMDK_WM8994_FREQ, pll_out);
pll_out            66 sound/soc/samsung/smdk_wm8994.c 					pll_out, SND_SOC_CLOCK_IN);
pll_out           533 sound/soc/uniphier/aio-core.c 			if (sub->aio->pll_out >= ARRAY_SIZE(v_pll)) {
pll_out           535 sound/soc/uniphier/aio-core.c 					sub->aio->pll_out);
pll_out           544 sound/soc/uniphier/aio-core.c 			v = v_pll[sub->aio->pll_out] |
pll_out           548 sound/soc/uniphier/aio-core.c 			switch (chip->plls[sub->aio->pll_out].freq) {
pll_out           564 sound/soc/uniphier/aio-core.c 			if (sub->aio->pll_out >= ARRAY_SIZE(v_pll)) {
pll_out           566 sound/soc/uniphier/aio-core.c 					sub->aio->pll_out);
pll_out           569 sound/soc/uniphier/aio-core.c 			v = v_pll[sub->aio->pll_out] |
pll_out           573 sound/soc/uniphier/aio-core.c 			switch (chip->plls[sub->aio->pll_out].freq) {
pll_out           210 sound/soc/uniphier/aio-cpu.c 		aio->pll_out = pll_id;
pll_out           277 sound/soc/uniphier/aio.h 	int pll_out;