Lines Matching refs:temp_ff
3169 fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff; in r100_bandwidth_update() local
3283 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3284 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3290 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3292 pix_clk.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update()
3293 temp_ff.full = dfixed_const(pixel_bytes1); in r100_bandwidth_update()
3294 peak_disp_bw.full += dfixed_mul(pix_clk, temp_ff); in r100_bandwidth_update()
3297 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3299 pix_clk2.full = dfixed_div(pix_clk2, temp_ff); in r100_bandwidth_update()
3300 temp_ff.full = dfixed_const(pixel_bytes2); in r100_bandwidth_update()
3301 peak_disp_bw.full += dfixed_mul(pix_clk2, temp_ff); in r100_bandwidth_update()
3404 temp_ff.full = dfixed_const_666(16); in r100_bandwidth_update()
3405 sclk_eff_ff.full -= dfixed_mul(agpmode_ff, temp_ff); in r100_bandwidth_update()
3441 temp_ff.full = dfixed_const(2); in r100_bandwidth_update()
3442 mc_latency_mclk.full = dfixed_mul(trcd_ff, temp_ff); in r100_bandwidth_update()
3443 temp_ff.full = dfixed_const(c); in r100_bandwidth_update()
3444 mc_latency_mclk.full += dfixed_mul(tcas_ff, temp_ff); in r100_bandwidth_update()
3445 temp_ff.full = dfixed_const(4); in r100_bandwidth_update()
3446 mc_latency_mclk.full += dfixed_mul(tras_ff, temp_ff); in r100_bandwidth_update()
3447 mc_latency_mclk.full += dfixed_mul(trp_ff, temp_ff); in r100_bandwidth_update()
3451 mc_latency_mclk.full += dfixed_div(temp_ff, sclk_eff_ff); in r100_bandwidth_update()
3456 temp_ff.full = dfixed_const((2 * (cur_size - (rdev->mc.vram_is_ddr + 1)))); in r100_bandwidth_update()
3457 temp_ff.full += trcd_ff.full; in r100_bandwidth_update()
3458 if (temp_ff.full < tras_ff.full) in r100_bandwidth_update()
3459 temp_ff.full = tras_ff.full; in r100_bandwidth_update()
3460 cur_latency_mclk.full = dfixed_div(temp_ff, mclk_ff); in r100_bandwidth_update()
3462 temp_ff.full = dfixed_const(cur_size); in r100_bandwidth_update()
3463 cur_latency_sclk.full = dfixed_div(temp_ff, sclk_eff_ff); in r100_bandwidth_update()
3496 temp_ff.full = dfixed_const((16/pixel_bytes1)); in r100_bandwidth_update()
3497 disp_drain_rate.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update()
3576 temp_ff.full = dfixed_const((16/pixel_bytes2)); in r100_bandwidth_update()
3577 disp_drain_rate2.full = dfixed_div(pix_clk2, temp_ff); in r100_bandwidth_update()
3598 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3599 temp_ff.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3600 if (sclk_ff.full < temp_ff.full) in r100_bandwidth_update()
3601 temp_ff.full = sclk_ff.full; in r100_bandwidth_update()
3603 read_return_rate.full = temp_ff.full; in r100_bandwidth_update()
3606 temp_ff.full = read_return_rate.full - disp_drain_rate.full; in r100_bandwidth_update()
3607 time_disp1_drop_priority.full = dfixed_div(crit_point_ff, temp_ff); in r100_bandwidth_update()