Home
last modified time | relevance | path

Searched refs:UNI_DIR_BITS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/vt/
H A Dconsolemap.c195 #define UNI_DIR_BITS GENMASK(15, 11) macro
199 #define UNI_DIR(uni) FIELD_GET(UNI_DIR_BITS, (uni))
203 #define UNI(dir, row, glyph) (FIELD_PREP(UNI_DIR_BITS, (dir)) | \