U642I64           533 drivers/gpu/drm/drm_atomic_uapi.c 		if (U642I64(val) == -1)
U642I64           546 drivers/gpu/drm/drm_atomic_uapi.c 		state->crtc_x = U642I64(val);
U642I64           548 drivers/gpu/drm/drm_atomic_uapi.c 		state->crtc_y = U642I64(val);
U642I64           892 drivers/gpu/drm/drm_property.c 		int64_t svalue = U642I64(value);
U642I64           894 drivers/gpu/drm/drm_property.c 		if (svalue < U642I64(property->values[0]) ||
U642I64           895 drivers/gpu/drm/drm_property.c 				svalue > U642I64(property->values[1]))