Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / arch / blackfin / include / mach-common / ports-a.h
blob71bcd74f83fdf6fd0eb1bd09b4db01e4ec0cceda
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Port A Masks
4 */
6 #ifndef __BFIN_PERIPHERAL_PORT_A__
7 #define __BFIN_PERIPHERAL_PORT_A__
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)
26 #endif