Searched refs:PLANE_SIZE (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/nls/ |
| H A D | nls_base.c | 48 #define PLANE_SIZE 0x00010000 macro 151 if (u >= PLANE_SIZE) { in utf8s_to_utf16s() 154 u -= PLANE_SIZE; in utf8s_to_utf16s() 217 u = PLANE_SIZE + ((u & SURROGATE_BITS) << 10) in utf16s_to_utf8s()
|
| /linux/fs/udf/ |
| H A D | unicode.c | 27 #define PLANE_SIZE 0x10000 macro 76 c = PLANE_SIZE + in get_utf16_char() 332 uni_char -= PLANE_SIZE; in udf_name_to_CS0()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | skl_universal_plane_regs.h | 128 #define PLANE_SIZE(pipe, plane) _MMIO_SKL_PLANE((pipe), (plane), \ macro
|
| H A D | skl_universal_plane.c | 1431 intel_de_write_dsb(display, dsb, PLANE_SIZE(pipe, plane_id), in skl_plane_update_noarm() 1585 intel_de_write_dsb(display, dsb, PLANE_SIZE(pipe, plane_id), in icl_plane_update_noarm() 3197 val = intel_de_read(display, PLANE_SIZE(pipe, plane_id)); in skl_get_initial_plane_config()
|