]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blob - arch/blackfin/include/mach-common/ports-d.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / blackfin / include / mach-common / ports-d.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Port D Masks
4 */
5
6 #ifndef __BFIN_PERIPHERAL_PORT_D__
7 #define __BFIN_PERIPHERAL_PORT_D__
8
9 #define PD0 (1 << 0)
10 #define PD1 (1 << 1)
11 #define PD2 (1 << 2)
12 #define PD3 (1 << 3)
13 #define PD4 (1 << 4)
14 #define PD5 (1 << 5)
15 #define PD6 (1 << 6)
16 #define PD7 (1 << 7)
17 #define PD8 (1 << 8)
18 #define PD9 (1 << 9)
19 #define PD10 (1 << 10)
20 #define PD11 (1 << 11)
21 #define PD12 (1 << 12)
22 #define PD13 (1 << 13)
23 #define PD14 (1 << 14)
24 #define PD15 (1 << 15)
25
26 #endif