Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Drv740_dpm.c199 u32 ibias; in rv740_populate_mclk_value() local
208 ibias = rv770_map_clkf_to_ibias(rdev, dividers.whole_fb_div); in rv740_populate_mclk_value()
219 mpll_ad_func_cntl |= IBIAS(ibias); in rv740_populate_mclk_value()
236 mpll_dq_func_cntl |= IBIAS(ibias); in rv740_populate_mclk_value()
Drv770_dpm.c408 u32 ibias; in rv770_populate_mclk_value() local
427 ibias = rv770_map_clkf_to_ibias(rdev, clkf); in rv770_populate_mclk_value()
438 mpll_ad_func_cntl |= IBIAS(ibias); in rv770_populate_mclk_value()
451 ibias = rv770_map_clkf_to_ibias(rdev, clkf); in rv770_populate_mclk_value()
466 mpll_dq_func_cntl |= IBIAS(ibias); in rv770_populate_mclk_value()
Dcypress_dpm.c494 u32 ibias; in cypress_populate_mclk_value() local
511 ibias = cypress_map_clkf_to_ibias(rdev, dividers.whole_fb_div); in cypress_populate_mclk_value()
522 mpll_ad_func_cntl |= IBIAS(ibias); in cypress_populate_mclk_value()
539 mpll_dq_func_cntl |= IBIAS(ibias); in cypress_populate_mclk_value()
Dni_dpm.c2178 u32 ibias; in ni_populate_mclk_value() local
2195 ibias = cypress_map_clkf_to_ibias(rdev, dividers.whole_fb_div); in ni_populate_mclk_value()
2206 mpll_ad_func_cntl |= IBIAS(ibias); in ni_populate_mclk_value()
2223 mpll_dq_func_cntl |= IBIAS(ibias); in ni_populate_mclk_value()
/drivers/phy/mediatek/
Dphy-mtk-hdmi.h41 unsigned int ibias; member
Dphy-mtk-hdmi.c151 &hdmi_phy->ibias); in mtk_hdmi_phy_probe()
Dphy-mtk-hdmi-mt8173.c203 hdmi_ibias = hdmi_phy->ibias; in mtk_hdmi_pll_set_rate()
/drivers/gpu/drm/mediatek/
Dmtk_hdmi.c171 u32 ibias; member