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

/linux-master/fs/udf/
H A Dunicode.c27 #define PLANE_SIZE 0x10000 macro
76 c = PLANE_SIZE +
332 uni_char -= PLANE_SIZE;
/linux-master/fs/ntfs3/
H A Ddir.c77 #define PLANE_SIZE 0x00010000 macro
130 if (u >= PLANE_SIZE) {
134 u -= PLANE_SIZE;
/linux-master/fs/nls/
H A Dnls_base.c48 #define PLANE_SIZE 0x00010000 macro
148 if (u >= PLANE_SIZE) {
151 u -= PLANE_SIZE;
214 u = PLANE_SIZE + ((u & SURROGATE_BITS) << 10)
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1156 intel_de_write_fw(dev_priv, PLANE_SIZE(pipe, plane_id),
1292 intel_de_write_fw(dev_priv, PLANE_SIZE(pipe, plane_id),
2610 val = intel_de_read(dev_priv, PLANE_SIZE(pipe, plane_id));
/linux-master/drivers/gpu/drm/i915/
H A Di915_reg.h3846 #define PLANE_SIZE(pipe, plane) \ macro

Completed in 236 milliseconds