Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/radeon/
H A Dr100.c3358 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3365 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3516 temp_ff.full = dfixed_const(2); in r100_bandwidth_update()
3518 temp_ff.full = dfixed_const(c); in r100_bandwidth_update()
3520 temp_ff.full = dfixed_const(4); in r100_bandwidth_update()
3532 temp_ff.full += trcd_ff.full; in r100_bandwidth_update()
3533 if (temp_ff.full < tras_ff.full) in r100_bandwidth_update()
3534 temp_ff.full = tras_ff.full; in r100_bandwidth_update()
3674 temp_ff.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3675 if (sclk_ff.full < temp_ff.full) in r100_bandwidth_update()
[all …]