Searched refs:VCU_PLL_CTRL (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/xilinx/ |
| A D | xlnx_vcu.c | 24 #define VCU_PLL_CTRL 0x24 macro 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() 372 xvcu_write(base, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_pll_enable() [all …]
|
Completed in 10 milliseconds