dfixed_const       40 include/drm/drm_fixed.h #define dfixed_init(A) { .full = dfixed_const((A)) }
dfixed_const       49 include/drm/drm_fixed.h 	return dfixed_const(non_frac);
dfixed_const       56 include/drm/drm_fixed.h 	if (A.full > dfixed_const(non_frac))
dfixed_const       57 include/drm/drm_fixed.h 		return dfixed_const(non_frac + 1);
dfixed_const       59 include/drm/drm_fixed.h 		return dfixed_const(non_frac);