Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dpxa2xx_keypad.c76 #define KPREC_UF0 (0x1 << 14) macro
205 if(tmp & KPREC_UF0) in pxa2xx_keypad_read()
206 s->kprec &= ~(KPREC_UF0); in pxa2xx_keypad_read()
/openbmc/linux/drivers/input/keyboard/
H A Dpxa27x_keypad.c75 #define KPREC_UF0 (0x1 << 14) macro
481 else if (kprec & KPREC_UF0) in rotary_delta()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2616 #define KPREC_UF0 (0x1 << 14) macro