Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-pll.c1824 regmap_write(pll->boost, BOOST_PLL_L_CON(0), in rockchip_boost_init()
1826 regmap_write(pll->boost, BOOST_PLL_L_CON(1), in rockchip_boost_init()
H A Dclk.h39 #define BOOST_PLL_L_CON(x) ((x) * 0x4 + 0x2c) macro