Samuel Holland | f93a9ab | 2020-12-13 21:56:15 -0600 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2020, ARM Limited and Contributors. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | #ifndef SUNXI_SPC_H |
| 8 | #define SUNXI_SPC_H |
| 9 | |
| 10 | #define SUNXI_SPC_NUM_PORTS 6 |
| 11 | |
| 12 | #define SUNXI_SPC_DECPORT_STA_REG(p) (SUNXI_SPC_BASE + 0x0004 + 0x0c * (p)) |
| 13 | #define SUNXI_SPC_DECPORT_SET_REG(p) (SUNXI_SPC_BASE + 0x0008 + 0x0c * (p)) |
| 14 | #define SUNXI_SPC_DECPORT_CLR_REG(p) (SUNXI_SPC_BASE + 0x000c + 0x0c * (p)) |
| 15 | |
| 16 | #endif /* SUNXI_SPC_H */ |