Lines Matching refs:mc_latency_mclk
3201 fixed20_12 mc_latency_sclk, mc_latency_mclk, k1; in r100_bandwidth_update() local
3421 mc_latency_mclk.full = dfixed_mul(trcd_ff, temp_ff); in r100_bandwidth_update()
3423 mc_latency_mclk.full += dfixed_mul(tcas_ff, temp_ff); in r100_bandwidth_update()
3425 mc_latency_mclk.full += dfixed_mul(tras_ff, temp_ff); in r100_bandwidth_update()
3426 mc_latency_mclk.full += dfixed_mul(trp_ff, temp_ff); in r100_bandwidth_update()
3427 mc_latency_mclk.full += k1.full; in r100_bandwidth_update()
3429 mc_latency_mclk.full = dfixed_div(mc_latency_mclk, mclk_ff); in r100_bandwidth_update()
3430 mc_latency_mclk.full += dfixed_div(temp_ff, sclk_eff_ff); in r100_bandwidth_update()
3448 mc_latency_mclk.full += disp_latency_overhead.full + cur_latency_mclk.full; in r100_bandwidth_update()
3451 if (mc_latency_mclk.full > mc_latency_sclk.full) in r100_bandwidth_update()
3452 disp_latency.full = mc_latency_mclk.full; in r100_bandwidth_update()