Searched refs:t_step (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/leds/
H A Dleds-lm3533.c163 /* t_step = (t_max - t_min) / (v_max - v_min) */
176 * size of t_step, where
178 * t_step = (t_max - t_min) / (v_max - v_min)
182 static u8 time_to_val(unsigned *t, unsigned t_min, unsigned t_step, argument
187 val = (*t + t_step / 2 - t_min) / t_step + v_min;
189 *t = t_step * (val - v_min) + t_min;
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c2674 u16 t0, u16 t_step)
2687 t = (1000 * (i * t_step + t0));
2752 u16 t0, t_step; local
2782 t_step = 4;
2788 t0, t_step);
2809 cac_tables->lkge_lut_Tstep = cpu_to_be32((u32)t_step);
2671 si_init_dte_leakage_table(struct amdgpu_device *adev, PP_SIslands_CacConfig *cac_tables, u16 vddc_max, u16 vddc_min, u16 vddc_step, u16 t0, u16 t_step) argument
/linux-master/drivers/gpu/drm/radeon/
H A Dsi_dpm.c2516 u16 t0, u16 t_step)
2529 t = (1000 * (i * t_step + t0));
2594 u16 t0, t_step; local
2624 t_step = 4;
2630 t0, t_step);
2651 cac_tables->lkge_lut_Tstep = cpu_to_be32((u32)t_step);
2513 si_init_dte_leakage_table(struct radeon_device *rdev, PP_SIslands_CacConfig *cac_tables, u16 vddc_max, u16 vddc_min, u16 vddc_step, u16 t0, u16 t_step) argument

Completed in 242 milliseconds