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

/freebsd-13-stable/sys/dev/drm2/
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)) }

Completed in 61 milliseconds