Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / blackfin / include / mach-common / ports-h.h
blob511d088b80947f962eb57e42063cc4c43dcccb06
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Port H Masks
4 */
6 #ifndef __BFIN_PERIPHERAL_PORT_H__
7 #define __BFIN_PERIPHERAL_PORT_H__
9 #define PH0 (1 << 0)
10 #define PH1 (1 << 1)
11 #define PH2 (1 << 2)
12 #define PH3 (1 << 3)
13 #define PH4 (1 << 4)
14 #define PH5 (1 << 5)
15 #define PH6 (1 << 6)
16 #define PH7 (1 << 7)
17 #define PH8 (1 << 8)
18 #define PH9 (1 << 9)
19 #define PH10 (1 << 10)
20 #define PH11 (1 << 11)
21 #define PH12 (1 << 12)
22 #define PH13 (1 << 13)
23 #define PH14 (1 << 14)
24 #define PH15 (1 << 15)
26 #endif