Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/kpc2000/
H A DKconfig4 bool "Daktronics KPC Device support"
9 Select this if you wish to use the Daktronics KPC PCI devices
14 tristate "Daktronics KPC PCI UIO device"
17 Say Y here if you wish to support the Daktronics KPC PCI
26 tristate "Daktronics KPC SPI device"
29 Say Y here if you wish to support the Daktronics KPC PCI
38 tristate "Daktronics KPC I2C device"
41 Say Y here if you wish to support the Daktronics KPC PCI
50 tristate "Daktronics KPC DMA controller"
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dpxa27x_keypad.c33 #define KPC 0x0000 /* Keypad Control register */ macro
578 unsigned long kpc = keypad_readl(KPC); in pxa27x_keypad_irq_handler()
598 keypad_readl(KPC); in pxa27x_keypad_config()
636 keypad_writel(KPC, kpc | KPC_RE_ZERO_DEB); in pxa27x_keypad_config()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2572 #define KPC 0x41500000 /* Keypad Interface Control register */ macro