Searched refs:pll_od_to_reg (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_vclk.c | 373 static inline unsigned int pll_od_to_reg(unsigned int od) in pll_od_to_reg() function 438 3 << 16, pll_od_to_reg(od1) << 16); in meson_hdmi_pll_set_params() 442 3 << 21, pll_od_to_reg(od1) << 21); in meson_hdmi_pll_set_params() 446 3 << 22, pll_od_to_reg(od2) << 22); in meson_hdmi_pll_set_params() 450 3 << 23, pll_od_to_reg(od2) << 23); in meson_hdmi_pll_set_params() 454 3 << 18, pll_od_to_reg(od3) << 18); in meson_hdmi_pll_set_params() 458 3 << 19, pll_od_to_reg(od3) << 19); in meson_hdmi_pll_set_params()
|
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_vclk.c | 473 static inline unsigned int pll_od_to_reg(unsigned int od) in pll_od_to_reg() function 588 3 << 16, pll_od_to_reg(od1) << 16); in meson_hdmi_pll_set_params() 592 3 << 21, pll_od_to_reg(od1) << 21); in meson_hdmi_pll_set_params() 595 3 << 16, pll_od_to_reg(od1) << 16); in meson_hdmi_pll_set_params() 599 3 << 22, pll_od_to_reg(od2) << 22); in meson_hdmi_pll_set_params() 603 3 << 23, pll_od_to_reg(od2) << 23); in meson_hdmi_pll_set_params() 606 3 << 18, pll_od_to_reg(od2) << 18); in meson_hdmi_pll_set_params() 610 3 << 18, pll_od_to_reg(od3) << 18); in meson_hdmi_pll_set_params() 614 3 << 19, pll_od_to_reg(od3) << 19); in meson_hdmi_pll_set_params() 617 3 << 20, pll_od_to_reg(od3) << 20); in meson_hdmi_pll_set_params()
|