Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c211 static void sunxi_dw_hdmi_pll_set(uint clk_khz) in sunxi_dw_hdmi_pll_set() argument
216 div = sunxi_dw_hdmi_get_divider(clk_khz * 1000); in sunxi_dw_hdmi_pll_set()
224 n = (m * div * clk_khz) / 24000; in sunxi_dw_hdmi_pll_set()
228 diff = clk_khz - value; in sunxi_dw_hdmi_pll_set()
239 clk_khz, (clock_get_pll3() / 1000) / div, in sunxi_dw_hdmi_pll_set()