Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/meson/
Dmeson_vclk.c453 unsigned int frac, unsigned int od1, in meson_hdmi_pll_set_params() argument
550 3 << 16, pll_od_to_reg(od1) << 16); in meson_hdmi_pll_set_params()
554 3 << 21, pll_od_to_reg(od1) << 21); in meson_hdmi_pll_set_params()
557 3 << 16, pll_od_to_reg(od1) << 16); in meson_hdmi_pll_set_params()
696 unsigned int od, m, frac, od1, od2, od3; in meson_hdmi_pll_generic_set() local
701 od1 = 2; in meson_hdmi_pll_generic_set()
705 od1 = od / od2; in meson_hdmi_pll_generic_set()
709 pll_freq, m, frac, od1, od2, od3); in meson_hdmi_pll_generic_set()
711 meson_hdmi_pll_set_params(priv, m, frac, od1, od2, od3); in meson_hdmi_pll_generic_set()
744 unsigned int od1, unsigned int od2, unsigned int od3, in meson_vclk_set() argument
[all …]