t_step 2679 drivers/gpu/drm/amd/amdgpu/si_dpm.c u16 t0, u16 t_step) t_step 2692 drivers/gpu/drm/amd/amdgpu/si_dpm.c t = (1000 * (i * t_step + t0)); t_step 2757 drivers/gpu/drm/amd/amdgpu/si_dpm.c u16 t0, t_step; t_step 2787 drivers/gpu/drm/amd/amdgpu/si_dpm.c t_step = 4; t_step 2793 drivers/gpu/drm/amd/amdgpu/si_dpm.c t0, t_step); t_step 2814 drivers/gpu/drm/amd/amdgpu/si_dpm.c cac_tables->lkge_lut_Tstep = cpu_to_be32((u32)t_step); t_step 2582 drivers/gpu/drm/radeon/si_dpm.c u16 t0, u16 t_step) t_step 2595 drivers/gpu/drm/radeon/si_dpm.c t = (1000 * (i * t_step + t0)); t_step 2660 drivers/gpu/drm/radeon/si_dpm.c u16 t0, t_step; t_step 2690 drivers/gpu/drm/radeon/si_dpm.c t_step = 4; t_step 2696 drivers/gpu/drm/radeon/si_dpm.c t0, t_step); t_step 2717 drivers/gpu/drm/radeon/si_dpm.c cac_tables->lkge_lut_Tstep = cpu_to_be32((u32)t_step); t_step 182 drivers/leds/leds-lm3533.c static u8 time_to_val(unsigned *t, unsigned t_min, unsigned t_step, t_step 187 drivers/leds/leds-lm3533.c val = (*t + t_step / 2 - t_min) / t_step + v_min; t_step 189 drivers/leds/leds-lm3533.c *t = t_step * (val - v_min) + t_min;