HomeSort by: relevance | last modified time | path
    Searched defs:t_step (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 2684 u16 t0, u16 t_step)
2697 t = (1000 * (i * t_step + t0));
2762 u16 t0, t_step; local in function:si_initialize_smc_cac_tables
2792 t_step = 4;
2798 t0, t_step);
2819 cac_tables->lkge_lut_Tstep = cpu_to_be32((u32)t_step);
amdgpu_si_dpm.c 2684 u16 t0, u16 t_step)
2697 t = (1000 * (i * t_step + t0));
2762 u16 t0, t_step; local in function:si_initialize_smc_cac_tables
2792 t_step = 4;
2798 t0, t_step);
2819 cac_tables->lkge_lut_Tstep = cpu_to_be32((u32)t_step);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_si_dpm.c 2586 u16 t0, u16 t_step)
2599 t = (1000 * (i * t_step + t0));
2664 u16 t0, t_step; local in function:si_initialize_smc_cac_tables
2694 t_step = 4;
2700 t0, t_step);
2721 cac_tables->lkge_lut_Tstep = cpu_to_be32((u32)t_step);
radeon_si_dpm.c 2586 u16 t0, u16 t_step)
2599 t = (1000 * (i * t_step + t0));
2664 u16 t0, t_step; local in function:si_initialize_smc_cac_tables
2694 t_step = 4;
2700 t0, t_step);
2721 cac_tables->lkge_lut_Tstep = cpu_to_be32((u32)t_step);

Completed in 186 milliseconds