Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/xilinx/
H A Dxlnx_vcu.c257 u32 vcu_pll_ctrl; in xvcu_register_pll_post() local
289 u32 vcu_pll_ctrl; in xvcu_pll_set_div() local
297 vcu_pll_ctrl &= ~VCU_PLL_CTRL_FBDIV; in xvcu_pll_set_div()
331 u32 vcu_pll_ctrl; in xvcu_pll_recalc_rate() local
351 u32 vcu_pll_ctrl; in xvcu_pll_enable() local
355 vcu_pll_ctrl |= VCU_PLL_CTRL_BYPASS; in xvcu_pll_enable()
359 vcu_pll_ctrl &= ~VCU_PLL_CTRL_POR_IN; in xvcu_pll_enable()
361 vcu_pll_ctrl &= ~VCU_PLL_CTRL_RESET; in xvcu_pll_enable()
382 u32 vcu_pll_ctrl; in xvcu_pll_disable() local
385 vcu_pll_ctrl |= VCU_PLL_CTRL_POR_IN; in xvcu_pll_disable()
[all …]