Lines Matching refs:mc_latency_mclk
3205 fixed20_12 mc_latency_sclk, mc_latency_mclk, k1; in r100_bandwidth_update() local
3419 mc_latency_mclk.full = dfixed_mul(trcd_ff, temp_ff); in r100_bandwidth_update()
3421 mc_latency_mclk.full += dfixed_mul(tcas_ff, temp_ff); in r100_bandwidth_update()
3423 mc_latency_mclk.full += dfixed_mul(tras_ff, temp_ff); in r100_bandwidth_update()
3424 mc_latency_mclk.full += dfixed_mul(trp_ff, temp_ff); in r100_bandwidth_update()
3425 mc_latency_mclk.full += k1.full; in r100_bandwidth_update()
3427 mc_latency_mclk.full = dfixed_div(mc_latency_mclk, mclk_ff); in r100_bandwidth_update()
3428 mc_latency_mclk.full += dfixed_div(temp_ff, sclk_eff_ff); in r100_bandwidth_update()
3446 mc_latency_mclk.full += disp_latency_overhead.full + cur_latency_mclk.full; in r100_bandwidth_update()
3449 if (mc_latency_mclk.full > mc_latency_sclk.full) in r100_bandwidth_update()
3450 disp_latency.full = mc_latency_mclk.full; in r100_bandwidth_update()