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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv730_dpm.c 329 u32 a_t; local in function:rv730_populate_smc_initial_state
374 a_t = CG_R(0xffff) | CG_L(0);
376 table->initialState.levels[0].aT = cpu_to_be32(a_t);
radeon_cypress_dpm.c 1247 u32 a_t; local in function:cypress_populate_smc_initial_state
1302 a_t = CG_R(0xffff) | CG_L(0);
1303 table->initialState.levels[0].aT = cpu_to_be32(a_t);
radeon_rv770_dpm.c 271 u32 a_t; local in function:rv770_populate_smc_t
293 a_t = CG_R(r[i] * pi->bsp / 200) | CG_L(l[i] * pi->bsp / 200);
294 smc_state->levels[i].aT = cpu_to_be32(a_t);
297 a_t = CG_R(r[RV770_SMC_PERFORMANCE_LEVELS_PER_SWSTATE - 1] * pi->pbsp / 200) |
301 cpu_to_be32(a_t);
1033 u32 a_t; local in function:rv770_populate_smc_initial_state
1081 a_t = CG_R(0xffff) | CG_L(0);
1082 table->initialState.levels[0].aT = cpu_to_be32(a_t);
radeon_sumo_dpm.c 397 u32 a_t; local in function:sumo_program_at
418 a_t = CG_R(m_a * r[i] / 100) | CG_L(m_a * l[i] / 100);
420 sumo_write_at(rdev, i, a_t);
428 a_t = CG_R(m_a * r[ps->num_levels - 1] / 100) |
431 sumo_write_at(rdev, BOOST_DPM_LEVEL, a_t);
radeon_ni_dpm.c 2401 u32 a_t; local in function:ni_populate_smc_t
2410 a_t = CG_R(0xffff) | CG_L(0);
2411 smc_state->levels[0].aT = cpu_to_be32(a_t);
2440 a_t = be32_to_cpu(smc_state->levels[i].aT) & ~CG_R_MASK;
2441 a_t |= CG_R(t_l * pi->bsp / 20000);
2442 smc_state->levels[i].aT = cpu_to_be32(a_t);
2447 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000);
2448 smc_state->levels[i + 1].aT = cpu_to_be32(a_t);
radeon_si_dpm.c 5095 u32 a_t; local in function:si_populate_smc_t
5104 a_t = CG_R(0xffff) | CG_L(0);
5105 smc_state->levels[0].aT = cpu_to_be32(a_t);
5125 a_t = be32_to_cpu(smc_state->levels[i].aT) & ~CG_R_MASK;
5126 a_t |= CG_R(t_l * pi->bsp / 20000);
5127 smc_state->levels[i].aT = cpu_to_be32(a_t);
5131 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000);
5132 smc_state->levels[i + 1].aT = cpu_to_be32(a_t);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 5559 u32 a_t; local in function:si_populate_smc_t
5568 a_t = CG_R(0xffff) | CG_L(0);
5569 smc_state->levels[0].aT = cpu_to_be32(a_t);
5589 a_t = be32_to_cpu(smc_state->levels[i].aT) & ~CG_R_MASK;
5590 a_t |= CG_R(t_l * pi->bsp / 20000);
5591 smc_state->levels[i].aT = cpu_to_be32(a_t);
5595 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000);
5596 smc_state->levels[i + 1].aT = cpu_to_be32(a_t);

Completed in 121 milliseconds