Home
last modified time | relevance | path

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

/openbmc/linux/fs/nls/
H 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()
/openbmc/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()
/openbmc/linux/fs/ntfs3/
H 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()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1133 intel_de_write_fw(dev_priv, PLANE_SIZE(pipe, plane_id), in skl_plane_update_noarm()
1227 intel_de_write_fw(dev_priv, PLANE_SIZE(pipe, plane_id), in icl_plane_update_noarm()
2531 val = intel_de_read(dev_priv, PLANE_SIZE(pipe, plane_id)); in skl_get_initial_plane_config()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h3851 #define PLANE_SIZE(pipe, plane) \ macro