NR_KEYS
unsigned short temp_map[NR_KEYS];
for (j = 0; j < NR_KEYS; j++) {
u_short ebc_plain_map[NR_KEYS] = {
static u_short shift_map[NR_KEYS] = {
static u_short ctrl_map[NR_KEYS] = {
static u_short shift_ctrl_map[NR_KEYS] = {
for (j = 0; j < NR_KEYS; j++) {
for (j = 0; j < NR_KEYS; j++) {
#if NR_KEYS < 256
if (kb_index >= NR_KEYS)
for (j = 0; j < NR_KEYS; j++)
sizeof(u_short) * NR_KEYS,
extern unsigned short ebc_plain_map[NR_KEYS];
if (keycode < NR_KEYS)
for (j = 1; j < NR_KEYS; j++)
for_each_set_bit(k, key_down, min(NR_KEYS, KEY_CNT)) {
extern unsigned short plain_map[NR_KEYS];