1 /* SPDX-License-Identifier: GPL-2.0 */
3 * PKUnity PS2 Controller Registers
6 * the same as I8042_DATA_REG PS2_DATA
8 #define PS2_DATA (PKUNITY_PS2_BASE + 0x0060)
10 * the same as I8042_COMMAND_REG PS2_COMMAND
12 #define PS2_COMMAND (PKUNITY_PS2_BASE + 0x0064)
14 * the same as I8042_STATUS_REG PS2_STATUS
16 #define PS2_STATUS (PKUNITY_PS2_BASE + 0x0064)
20 #define PS2_CNT (PKUNITY_PS2_BASE + 0x0068)