Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/meson/
Dmeson_vclk.c425 unsigned int frac, unsigned int od1, in meson_hdmi_pll_set_params() argument
472 3 << 16, pll_od_to_reg(od1) << 16); in meson_hdmi_pll_set_params()
476 3 << 21, pll_od_to_reg(od1) << 21); in meson_hdmi_pll_set_params()
605 unsigned int od, m, frac, od1, od2, od3; in meson_hdmi_pll_generic_set() local
610 od1 = 2; in meson_hdmi_pll_generic_set()
614 od1 = od / od2; in meson_hdmi_pll_generic_set()
618 pll_freq, m, frac, od1, od2, od3); in meson_hdmi_pll_generic_set()
620 meson_hdmi_pll_set_params(priv, m, frac, od1, od2, od3); in meson_hdmi_pll_generic_set()
630 unsigned int od1, unsigned int od2, unsigned int od3, in meson_vclk_set() argument
644 if (!od1 && !od2 && !od3) { in meson_vclk_set()
[all …]