Searched refs:VCU_PLL_CTRL (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/xilinx/ |
| H A D | xlnx_vcu.c | 25 #define VCU_PLL_CTRL 0x24 macro 266 vcu_pll_ctrl = xvcu_read(reg_base, VCU_PLL_CTRL); in xvcu_register_pll_post() 299 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_set_div() 302 xvcu_write(base, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_pll_set_div() 339 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_recalc_rate() 360 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() 364 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_enable() 368 xvcu_write(base, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_pll_enable() 376 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_enable() [all …]
|