Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_fixed.h36 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) macro
41 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
/dragonfly/sys/dev/drm/radeon/
H A Dr100.c3495 crit_point_ff.full += dfixed_const_half(0); in r100_bandwidth_update()
3605 crit_point_ff.full += dfixed_const_half(0); in r100_bandwidth_update()