Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
regs-ps2.h
Go to the documentation of this file.
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
10  */
11 #define PS2_COMMAND (PKUNITY_PS2_BASE + 0x0064)
12 /*
13  * the same as I8042_STATUS_REG PS2_STATUS
14  */
15 #define PS2_STATUS (PKUNITY_PS2_BASE + 0x0064)
16 /*
17  * counter reg PS2_CNT
18  */
19 #define PS2_CNT (PKUNITY_PS2_BASE + 0x0068)
20