nbset 90 drivers/input/keyboard/locomokbd.c unsigned short nbset; nbset 93 drivers/input/keyboard/locomokbd.c nbset = (nset << 8) + nset; nbset 94 drivers/input/keyboard/locomokbd.c locomo_writel(nbset, membase + LOCOMO_KSC); nbset 99 drivers/input/keyboard/locomokbd.c unsigned short nbset; nbset 101 drivers/input/keyboard/locomokbd.c nbset = ((0xFF & ~(1 << col)) << 8) + 0xFF; nbset 102 drivers/input/keyboard/locomokbd.c locomo_writel(nbset, membase + LOCOMO_KSC);