Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / arch / blackfin / include / mach-common / ports-e.h
blob2264fb58bc2b37fecdb1d5e7532f3c9b8466497d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Port E Masks
4 */
6 #ifndef __BFIN_PERIPHERAL_PORT_E__
7 #define __BFIN_PERIPHERAL_PORT_E__
9 #define PE0 (1 << 0)
10 #define PE1 (1 << 1)
11 #define PE2 (1 << 2)
12 #define PE3 (1 << 3)
13 #define PE4 (1 << 4)
14 #define PE5 (1 << 5)
15 #define PE6 (1 << 6)
16 #define PE7 (1 << 7)
17 #define PE8 (1 << 8)
18 #define PE9 (1 << 9)
19 #define PE10 (1 << 10)
20 #define PE11 (1 << 11)
21 #define PE12 (1 << 12)
22 #define PE13 (1 << 13)
23 #define PE14 (1 << 14)
24 #define PE15 (1 << 15)
26 #endif