Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dlpc32xx-keys.c38 #define LPC32XX_KS_DATA(x, y) ((x) + 0x40 + ((y) << 2)) macro
77 key = readl(LPC32XX_KS_DATA(kscandat->kscan_base, col)); in lpc32xx_mod_states()