License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / unicore32 / include / mach / regs-ps2.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
b08b4f8e
G
2/*
3 * PKUnity PS2 Controller Registers
4 */
5/*
6 * the same as I8042_DATA_REG PS2_DATA
7 */
1cf46c42 8#define PS2_DATA (PKUNITY_PS2_BASE + 0x0060)
b08b4f8e
G
9/*
10 * the same as I8042_COMMAND_REG PS2_COMMAND
11 */
1cf46c42 12#define PS2_COMMAND (PKUNITY_PS2_BASE + 0x0064)
b08b4f8e
G
13/*
14 * the same as I8042_STATUS_REG PS2_STATUS
15 */
1cf46c42 16#define PS2_STATUS (PKUNITY_PS2_BASE + 0x0064)
b08b4f8e
G
17/*
18 * counter reg PS2_CNT
19 */
1cf46c42 20#define PS2_CNT (PKUNITY_PS2_BASE + 0x0068)
b08b4f8e 21