Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/fs/udf/
Dunicode.c31 #define PLANE_SIZE 0x10000 macro
80 c = PLANE_SIZE + in get_utf16_char()
336 uni_char -= PLANE_SIZE; in udf_name_to_CS0()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_sprite.c276 I915_WRITE_FW(PLANE_SIZE(pipe, plane_id), (src_h << 16) | src_w); in skl_update_plane()
Di915_reg.h6631 #define PLANE_SIZE(pipe, plane) \ macro
Dintel_display.c8827 val = I915_READ(PLANE_SIZE(pipe, plane_id)); in skylake_get_initial_plane_config()