Home
last modified time | relevance | path

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

/linux/drivers/clk/xilinx/
H A Dxlnx_vcu.c59 * @pll_post: handle for the VCU PLL post divider
70 struct clk_hw *pll_post; member
551 xvcu->pll_post = hw; in xvcu_register_clock_provider()
554 parent_data[1].hw = xvcu->pll_post; in xvcu_register_clock_provider()
593 if (!IS_ERR_OR_NULL(xvcu->pll_post)) in xvcu_unregister_clock_provider()
594 clk_hw_unregister_fixed_factor(xvcu->pll_post); in xvcu_unregister_clock_provider()
/linux/drivers/media/pci/cx18/
H A Dcx18-av-core.c288 u32 pll_int, pll_frac, pll_post; in cx18_av_std_setup() local
442 pll_post = cx18_av_read(cx, 0x109); in cx18_av_std_setup()
444 pll_int, pll_frac, pll_post); in cx18_av_std_setup()
446 if (pll_post) { in cx18_av_std_setup()
451 pll /= pll_post; in cx18_av_std_setup()
/linux/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1119 u32 pll_int, pll_frac, pll_post; in cx25840_std_setup() local
1205 pll_post = cx25840_read(client, 0x109); in cx25840_std_setup()
1208 pll_int, pll_frac, pll_post); in cx25840_std_setup()
1210 if (pll_post) { in cx25840_std_setup()
1214 pll /= pll_post; in cx25840_std_setup()