Home
last modified time | relevance | path

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

/linux/fs/nls/
A 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/fs/udf/
A 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/fs/ntfs3/
A Ddir.c77 #define PLANE_SIZE 0x00010000 macro
130 if (u >= PLANE_SIZE) { in _utf8s_to_utf16s()
134 u -= PLANE_SIZE; in _utf8s_to_utf16s()
/linux/drivers/gpu/drm/i915/display/
A Dskl_universal_plane.c1098 intel_de_write_fw(dev_priv, PLANE_SIZE(pipe, plane_id), in skl_program_plane()
2358 val = intel_de_read(dev_priv, PLANE_SIZE(pipe, plane_id)); in skl_get_initial_plane_config()
/linux/drivers/gpu/drm/i915/
A Di915_reg.h7372 #define PLANE_SIZE(pipe, plane) \ macro

Completed in 101 milliseconds