Searched refs:UNI_DIRECT_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dkd.h79 #define UNI_DIRECT_MASK 0x01FF /* Direct Font Region bitmask */ macro
/linux-master/drivers/tty/vt/
H A Dconsolemap.c878 * UNI_DIRECT_MASK indicates the bit span of the region.
880 else if ((ucs & ~UNI_DIRECT_MASK) == UNI_DIRECT_BASE)
881 return ucs & UNI_DIRECT_MASK;

Completed in 111 milliseconds