Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Drv740_dpm.c201 u32 ibias; in rv740_populate_mclk_value() local
210 ibias = rv770_map_clkf_to_ibias(rdev, dividers.whole_fb_div); in rv740_populate_mclk_value()
221 mpll_ad_func_cntl |= IBIAS(ibias); in rv740_populate_mclk_value()
238 mpll_dq_func_cntl |= IBIAS(ibias); in rv740_populate_mclk_value()
Drv770_dpm.c407 u32 ibias; in rv770_populate_mclk_value() local
426 ibias = rv770_map_clkf_to_ibias(rdev, clkf); in rv770_populate_mclk_value()
437 mpll_ad_func_cntl |= IBIAS(ibias); in rv770_populate_mclk_value()
450 ibias = rv770_map_clkf_to_ibias(rdev, clkf); in rv770_populate_mclk_value()
465 mpll_dq_func_cntl |= IBIAS(ibias); in rv770_populate_mclk_value()
Dcypress_dpm.c495 u32 ibias; in cypress_populate_mclk_value() local
512 ibias = cypress_map_clkf_to_ibias(rdev, dividers.whole_fb_div); in cypress_populate_mclk_value()
523 mpll_ad_func_cntl |= IBIAS(ibias); in cypress_populate_mclk_value()
540 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()