Home
last modified time | relevance | path

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

/linux/fs/nls/
H A Dnls_base.c48 #define PLANE_SIZE 0x00010000 macro
151 if (u >= PLANE_SIZE) { in utf8s_to_utf16s()
154 u -= PLANE_SIZE; in utf8s_to_utf16s()
217 u = PLANE_SIZE + ((u & SURROGATE_BITS) << 10) in utf16s_to_utf8s()
/linux/fs/udf/
H A Dunicode.c27 #define PLANE_SIZE 0x10000 macro
76 c = PLANE_SIZE + in get_utf16_char()
332 uni_char -= PLANE_SIZE; in udf_name_to_CS0()
/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane_regs.h128 #define PLANE_SIZE(pipe, plane) _MMIO_SKL_PLANE((pipe), (plane), \ macro
H A Dskl_universal_plane.c1431 intel_de_write_dsb(display, dsb, PLANE_SIZE(pipe, plane_id), in skl_plane_update_noarm()
1585 intel_de_write_dsb(display, dsb, PLANE_SIZE(pipe, plane_id), in icl_plane_update_noarm()
3197 val = intel_de_read(display, PLANE_SIZE(pipe, plane_id)); in skl_get_initial_plane_config()