Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_fixed.h37 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) macro
42 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr100.c3482 crit_point_ff.full += dfixed_const_half(0); in r100_bandwidth_update()
3592 crit_point_ff.full += dfixed_const_half(0); in r100_bandwidth_update()