]> git.ipfire.org Git - thirdparty/linux.git/blob - arch/blackfin/include/mach-common/ports-a.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / arch / blackfin / include / mach-common / ports-a.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Port A Masks
4 */
5
6 #ifndef __BFIN_PERIPHERAL_PORT_A__
7 #define __BFIN_PERIPHERAL_PORT_A__
8
9 #define PA0 (1 << 0)
10 #define PA1 (1 << 1)
11 #define PA2 (1 << 2)
12 #define PA3 (1 << 3)
13 #define PA4 (1 << 4)
14 #define PA5 (1 << 5)
15 #define PA6 (1 << 6)
16 #define PA7 (1 << 7)
17 #define PA8 (1 << 8)
18 #define PA9 (1 << 9)
19 #define PA10 (1 << 10)
20 #define PA11 (1 << 11)
21 #define PA12 (1 << 12)
22 #define PA13 (1 << 13)
23 #define PA14 (1 << 14)
24 #define PA15 (1 << 15)
25
26 #endif