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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr100.c3257 fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff, crit_point_ff; local
3358 temp_ff.full = dfixed_const(temp);
3359 mem_bw.full = dfixed_mul(mclk_ff, temp_ff);
3365 temp_ff.full = dfixed_const(1000);
3367 pix_clk.full = dfixed_div(pix_clk, temp_ff);
3368 temp_ff.full = dfixed_const(pixel_bytes1);
3369 peak_disp_bw.full += dfixed_mul(pix_clk, temp_ff);
3372 temp_ff.full = dfixed_const(1000);
3374 pix_clk2.full = dfixed_div(pix_clk2, temp_ff);
3375 temp_ff
[all...]

Completed in 123 milliseconds