Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dpxa2xx_keypad.c53 #define KPC_ME (0x1 << 12) /* Matrix Keypad Enable */ macro
132 if(!(kp->kpc & KPC_ME)) /* skip if not enabled */ in pxa27x_keyboard_event()
/openbmc/linux/drivers/input/keyboard/
H A Dpxa27x_keypad.c59 #define KPC_ME (0x1 << 12) /* Matrix Keypad Enable */ macro
602 kpc |= KPC_ASACT | KPC_MIE | KPC_ME | KPC_MS_ALL; in pxa27x_keypad_config()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2595 #define KPC_ME (0x1 << 12) /* Matrix Keypad Enable */ macro