Searched refs:VCU_PLL_CTRL (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/xilinx/ |
| H A D | xlnx_vcu.c | 24 #define VCU_PLL_CTRL 0x24 macro 265 vcu_pll_ctrl = xvcu_read(reg_base, VCU_PLL_CTRL); in xvcu_register_pll_post() 298 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_set_div() 301 xvcu_write(base, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_pll_set_div() 338 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_recalc_rate() 359 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_enable() 361 xvcu_write(base, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_pll_enable() 363 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_enable() 367 xvcu_write(base, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_pll_enable() 375 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_enable() [all …]
|