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()
27 #define PLANE_SIZE 0x10000 macro76 c = PLANE_SIZE + in get_utf16_char()332 uni_char -= PLANE_SIZE; in udf_name_to_CS0()
77 #define PLANE_SIZE 0x00010000 macro130 if (u >= PLANE_SIZE) { in _utf8s_to_utf16s()134 u -= PLANE_SIZE; in _utf8s_to_utf16s()
1136 intel_de_write_fw(dev_priv, PLANE_SIZE(pipe, plane_id), in skl_plane_update_noarm()1230 intel_de_write_fw(dev_priv, PLANE_SIZE(pipe, plane_id), in icl_plane_update_noarm()2534 val = intel_de_read(dev_priv, PLANE_SIZE(pipe, plane_id)); in skl_get_initial_plane_config()
3851 #define PLANE_SIZE(pipe, plane) \ macro