Searched refs:PLANE_SIZE (Results 1 – 5 of 5) sorted by relevance
48 #define PLANE_SIZE 0x00010000 macro148 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()
31 #define PLANE_SIZE 0x10000 macro80 c = PLANE_SIZE + in get_utf16_char()336 uni_char -= PLANE_SIZE; in udf_name_to_CS0()
590 I915_WRITE_FW(PLANE_SIZE(pipe, plane_id), (src_h << 16) | src_w); in skl_program_plane()
9894 val = I915_READ(PLANE_SIZE(pipe, plane_id)); in skylake_get_initial_plane_config()
6822 #define PLANE_SIZE(pipe, plane) \ macro