Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / arch / blackfin / include / mach-common / ports-b.h
blob8013cc8e839be9305960dbafc31c830118f21efb
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Port B Masks
4 */
6 #ifndef __BFIN_PERIPHERAL_PORT_B__
7 #define __BFIN_PERIPHERAL_PORT_B__
9 #define PB0 (1 << 0)
10 #define PB1 (1 << 1)
11 #define PB2 (1 << 2)
12 #define PB3 (1 << 3)
13 #define PB4 (1 << 4)
14 #define PB5 (1 << 5)
15 #define PB6 (1 << 6)
16 #define PB7 (1 << 7)
17 #define PB8 (1 << 8)
18 #define PB9 (1 << 9)
19 #define PB10 (1 << 10)
20 #define PB11 (1 << 11)
21 #define PB12 (1 << 12)
22 #define PB13 (1 << 13)
23 #define PB14 (1 << 14)
24 #define PB15 (1 << 15)
26 #endif