Searched refs:UNI_DIR_BITS (Results 1 – 1 of 1) sorted by relevance
195 #define UNI_DIR_BITS GENMASK(15, 11) macro199 #define UNI_DIR(uni) FIELD_GET(UNI_DIR_BITS, (uni))203 #define UNI(dir, row, glyph) (FIELD_PREP(UNI_DIR_BITS, (dir)) | \