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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv6xx_dpm.c 1009 int a_n, a_d, h_r, l_r; local in function:rv6xx_calculate_t
1015 a_d = (int)l_f * l_r + (int)h_f * h_r;
1017 if (a_d != 0) {
1018 *l = d_l - h_r * a_n / a_d;
1019 *r = d_r + l_r * a_n / a_d;
radeon_rv770_dpm.c 268 int a_d; local in function:rv770_populate_smc_t
278 a_d = (int)state->low.sclk * (100 - (int)pi->rlp) +
281 l[1] = (u8)(pi->lmp - (int)pi->lmp * a_n / a_d);
282 r[0] = (u8)(pi->rlp + (100 - (int)pi->rlp) * a_n / a_d);
286 a_d = (int)state->medium.sclk * (100 - (int)pi->rmp) +
289 l[2] = (u8)(pi->lhp - (int)pi->lhp * a_n / a_d);
290 r[1] = (u8)(pi->rmp + (100 - (int)pi->rmp) * a_n / a_d);

Completed in 15 milliseconds