Lines Matching defs:col
87 static inline void locomokbd_activate_col(unsigned long membase, int col)
92 nset = 0xFF & ~(1 << col);
97 static inline void locomokbd_reset_col(unsigned long membase, int col)
101 nbset = ((0xFF & ~(1 << col)) << 8) + 0xFF;
114 unsigned int row, col, rowd;
124 for (col = 0; col < KB_COLS; col++) {
126 locomokbd_activate_col(membase, col);
133 scancode = SCANCODE(col, row);
159 locomokbd_reset_col(membase, col);