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