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

/drivers/input/keyboard/
H A Dlocomokbd.c105 unsigned short nbset; local
108 nbset = (nset << 8) + nset;
109 locomo_writel(nbset, membase + LOCOMO_KSC);
114 unsigned short nbset; local
116 nbset = ((0xFF & ~(1 << col)) << 8) + 0xFF;
117 locomo_writel(nbset, membase + LOCOMO_KSC);

Completed in 133 milliseconds