Home
last modified time | relevance | path

Searched refs:PLANE_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/nls/
Dnls_base.c48 #define PLANE_SIZE 0x00010000 macro
148 if (u >= PLANE_SIZE) { in utf8s_to_utf16s()
151 u -= PLANE_SIZE; in utf8s_to_utf16s()
214 u = PLANE_SIZE + ((u & SURROGATE_BITS) << 10) in utf16s_to_utf8s()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sprite.c261 I915_WRITE(PLANE_SIZE(pipe, plane), plane_size); in skl_update_plane()
Di915_reg.h5385 #define PLANE_SIZE(pipe, plane) \ macro
Dintel_display.c3169 I915_WRITE(PLANE_SIZE(pipe, 0), plane_size); in skylake_update_primary_plane()
9140 val = I915_READ(PLANE_SIZE(pipe, 0)); in skylake_get_initial_plane_config()