Merge remote-tracking branches 'asoc/topic/hdmi', 'asoc/topic/img' and 'asoc/topic...
[sfrench/cifs-2.6.git] / arch / blackfin / include / mach-common / ports-j.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Port J Masks
4  */
5
6 #ifndef __BFIN_PERIPHERAL_PORT_J__
7 #define __BFIN_PERIPHERAL_PORT_J__
8
9 #define PJ0             (1 << 0)
10 #define PJ1             (1 << 1)
11 #define PJ2             (1 << 2)
12 #define PJ3             (1 << 3)
13 #define PJ4             (1 << 4)
14 #define PJ5             (1 << 5)
15 #define PJ6             (1 << 6)
16 #define PJ7             (1 << 7)
17 #define PJ8             (1 << 8)
18 #define PJ9             (1 << 9)
19 #define PJ10            (1 << 10)
20 #define PJ11            (1 << 11)
21 #define PJ12            (1 << 12)
22 #define PJ13            (1 << 13)
23 #define PJ14            (1 << 14)
24 #define PJ15            (1 << 15)
25
26 #endif