Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/vt/
H A Dselection.c100 static u32 inwordLut[]={ variable
109 return c > 0x7f || (( inwordLut[c>>5] >> (c & 0x1F) ) & 1); in inword()
121 u32 tmplut[ARRAY_SIZE(inwordLut)]; in sel_loadlut()
122 if (copy_from_user(tmplut, (u32 __user *)(p+4), sizeof(inwordLut))) in sel_loadlut()
124 memcpy(inwordLut, tmplut, sizeof(inwordLut)); in sel_loadlut()