Home
last modified time | relevance | path

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

/drivers/clk/xilinx/
Dxlnx_vcu.c24 #define VCU_PLL_CTRL 0x24 macro
263 vcu_pll_ctrl = xvcu_read(reg_base, VCU_PLL_CTRL); in xvcu_register_pll_post()
296 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_set_div()
299 xvcu_write(base, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_pll_set_div()
333 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_recalc_rate()
354 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_enable()
356 xvcu_write(base, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_pll_enable()
358 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_enable()
362 xvcu_write(base, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_pll_enable()
370 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_enable()
[all …]