]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/blackfin/include/mach-common/ports-c.h
Merge tag 'enforcement-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-focal-kernel.git] / arch / blackfin / include / mach-common / ports-c.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Port C Masks
4 */
5
6 #ifndef __BFIN_PERIPHERAL_PORT_C__
7 #define __BFIN_PERIPHERAL_PORT_C__
8
9 #define PC0 (1 << 0)
10 #define PC1 (1 << 1)
11 #define PC2 (1 << 2)
12 #define PC3 (1 << 3)
13 #define PC4 (1 << 4)
14 #define PC5 (1 << 5)
15 #define PC6 (1 << 6)
16 #define PC7 (1 << 7)
17 #define PC8 (1 << 8)
18 #define PC9 (1 << 9)
19 #define PC10 (1 << 10)
20 #define PC11 (1 << 11)
21 #define PC12 (1 << 12)
22 #define PC13 (1 << 13)
23 #define PC14 (1 << 14)
24 #define PC15 (1 << 15)
25
26 #endif