Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/radeon/
Dr100.c3218 fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff, crit_point_ff; in r100_bandwidth_update() local
3319 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3320 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3326 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3328 pix_clk.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update()
3329 temp_ff.full = dfixed_const(pixel_bytes1); in r100_bandwidth_update()
3330 peak_disp_bw.full += dfixed_mul(pix_clk, temp_ff); in r100_bandwidth_update()
3333 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3335 pix_clk2.full = dfixed_div(pix_clk2, temp_ff); in r100_bandwidth_update()
3336 temp_ff.full = dfixed_const(pixel_bytes2); in r100_bandwidth_update()
[all …]