]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blob - arch/blackfin/include/mach-common/ports-g.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / arch / blackfin / include / mach-common / ports-g.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Port G Masks
4 */
5
6 #ifndef __BFIN_PERIPHERAL_PORT_G__
7 #define __BFIN_PERIPHERAL_PORT_G__
8
9 #define PG0 (1 << 0)
10 #define PG1 (1 << 1)
11 #define PG2 (1 << 2)
12 #define PG3 (1 << 3)
13 #define PG4 (1 << 4)
14 #define PG5 (1 << 5)
15 #define PG6 (1 << 6)
16 #define PG7 (1 << 7)
17 #define PG8 (1 << 8)
18 #define PG9 (1 << 9)
19 #define PG10 (1 << 10)
20 #define PG11 (1 << 11)
21 #define PG12 (1 << 12)
22 #define PG13 (1 << 13)
23 #define PG14 (1 << 14)
24 #define PG15 (1 << 15)
25
26 #endif