Searched refs:PLANE_SIZE (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/nls/ |
| A D | nls_base.c | 48 #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()
|
| /linux/fs/udf/ |
| 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/fs/ntfs3/ |
| A D | dir.c | 77 #define PLANE_SIZE 0x00010000 macro 130 if (u >= PLANE_SIZE) { in _utf8s_to_utf16s() 134 u -= PLANE_SIZE; in _utf8s_to_utf16s()
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | skl_universal_plane_regs.h | 128 #define PLANE_SIZE(pipe, plane) _MMIO_SKL_PLANE((pipe), (plane), \ macro
|
| A D | skl_universal_plane.c | 1294 intel_de_write_fw(dev_priv, PLANE_SIZE(pipe, plane_id), in skl_plane_update_noarm() 1439 intel_de_write_fw(dev_priv, PLANE_SIZE(pipe, plane_id), in icl_plane_update_noarm() 2778 val = intel_de_read(dev_priv, PLANE_SIZE(pipe, plane_id)); in skl_get_initial_plane_config()
|
Completed in 14 milliseconds