clkref 50 sound/soc/rockchip/rockchip_pdm.c static struct rk_pdm_clkref clkref[] = { clkref 85 sound/soc/rockchip/rockchip_pdm.c count = ARRAY_SIZE(clkref); clkref 87 sound/soc/rockchip/rockchip_pdm.c if (sr % clkref[i].sr) clkref 89 sound/soc/rockchip/rockchip_pdm.c div = sr / clkref[i].sr; clkref 91 sound/soc/rockchip/rockchip_pdm.c *clk_out = clkref[i].clk_out; clkref 92 sound/soc/rockchip/rockchip_pdm.c rate = clk_round_rate(pdm->clk, clkref[i].clk); clkref 93 sound/soc/rockchip/rockchip_pdm.c if (rate != clkref[i].clk) clkref 95 sound/soc/rockchip/rockchip_pdm.c clk = clkref[i].clk; clkref 96 sound/soc/rockchip/rockchip_pdm.c *clk_src = clkref[i].clk;