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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r100.c 3170 fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff; local in function:r100_bandwidth_update
3287 temp_ff.full = dfixed_const(temp);
3288 mem_bw.full = dfixed_mul(mclk_ff, temp_ff);
3294 temp_ff.full = dfixed_const(1000);
3296 pix_clk.full = dfixed_div(pix_clk, temp_ff);
3297 temp_ff.full = dfixed_const(pixel_bytes1);
3298 peak_disp_bw.full += dfixed_mul(pix_clk, temp_ff);
3301 temp_ff.full = dfixed_const(1000);
3303 pix_clk2.full = dfixed_div(pix_clk2, temp_ff);
3304 temp_ff.full = dfixed_const(pixel_bytes2)
    [all...]

Completed in 16 milliseconds