Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dpxa27x_keypad.c350 u32 kpasmkp1 = keypad_readl(KPASMKP1); in pxa27x_keypad_scan_matrix() local
356 new_state[2] = kpasmkp1 & KPASMKP_MKC_MASK; in pxa27x_keypad_scan_matrix()
357 new_state[3] = (kpasmkp1 >> 16) & KPASMKP_MKC_MASK; in pxa27x_keypad_scan_matrix()