Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dni_dpm.c2402 u32 t_l, t_h; in ni_populate_smc_t() local
2425 &t_h); in ni_populate_smc_t()
2433 &t_h); in ni_populate_smc_t()
2436 t_h = (i + 1) * 1000 - 50 * R600_AH_DFLT; in ni_populate_smc_t()
2447 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in ni_populate_smc_t()
H A Dsi_dpm.c5037 u32 t_l, t_h; in si_populate_smc_t() local
5059 &t_h); in si_populate_smc_t()
5062 t_h = (i + 1) * 1000 - 50 * R600_AH_DFLT; in si_populate_smc_t()
5072 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in si_populate_smc_t()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c5628 u32 t_l, t_h; in si_populate_smc_t() local
5650 &t_h); in si_populate_smc_t()
5653 t_h = (i + 1) * 1000 - 50 * R600_AH_DFLT; in si_populate_smc_t()
5663 a_t = (0xffff) << CG_AT__CG_R__SHIFT | (t_h * high_bsp / 20000) << CG_AT__CG_L__SHIFT; in si_populate_smc_t()