Home
last modified time | relevance | path

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

/qemu/hw/input/
H A Dpxa2xx_keypad.c41 #define KPC_AS (0x1 << 30) /* Automatic Scan bit */ macro
171 if (!(kp->kpc & (KPC_AS | KPC_ASACT))) in pxa27x_keyboard_event()
242 if (s->kpc & KPC_AS) { in pxa2xx_keypad_write()
243 s->kpc &= ~(KPC_AS); in pxa2xx_keypad_write()