Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/vt/
H A Dconsolemap.c201 #define UNI_GLYPH(uni) FIELD_GET(UNI_GLYPH_BITS, (uni)) macro
534 row[UNI_GLYPH(unicode)] = fontpos; in con_insert_unipair()
895 glyph = row[UNI_GLYPH(ucs)]; in conv_uni_to_pc()