Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dr100.c3275 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3282 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3433 temp_ff.full = dfixed_const(2); in r100_bandwidth_update()
3435 temp_ff.full = dfixed_const(c); in r100_bandwidth_update()
3437 temp_ff.full = dfixed_const(4); in r100_bandwidth_update()
3449 temp_ff.full += trcd_ff.full; in r100_bandwidth_update()
3450 if (temp_ff.full < tras_ff.full) in r100_bandwidth_update()
3451 temp_ff.full = tras_ff.full; in r100_bandwidth_update()
3591 temp_ff.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3592 if (sclk_ff.full < temp_ff.full) in r100_bandwidth_update()
[all …]