This client driver allows you to use a GPIO pin as a source for PPS
[linux-2.6/next.git] / arch / unicore32 / include / mach / regs-ps2.h
blob17d4e6dc00692c03e9791751561db6f3d6bc80ab
1 /*
2 * PKUnity PS2 Controller Registers
3 */
4 /*
5 * the same as I8042_DATA_REG PS2_DATA
6 */
7 #define PS2_DATA (PKUNITY_PS2_BASE + 0x0060)
8 /*
9 * the same as I8042_COMMAND_REG PS2_COMMAND
11 #define PS2_COMMAND (PKUNITY_PS2_BASE + 0x0064)
13 * the same as I8042_STATUS_REG PS2_STATUS
15 #define PS2_STATUS (PKUNITY_PS2_BASE + 0x0064)
17 * counter reg PS2_CNT
19 #define PS2_CNT (PKUNITY_PS2_BASE + 0x0068)