Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/input/keyboard/
H A Dpxa27x_keypad.c51 #define KPC_AS (0x1 << 30) /* Automatic Scan bit */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2583 #define KPC_AS (0x1 << 30) /* Automatic Scan bit */ macro