]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/blackfin/include/mach-common/ports-i.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / arch / blackfin / include / mach-common / ports-i.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
4de2bf87
MF
2/*
3 * Port I Masks
4 */
5
6#ifndef __BFIN_PERIPHERAL_PORT_I__
7#define __BFIN_PERIPHERAL_PORT_I__
8
9#define PI0 (1 << 0)
10#define PI1 (1 << 1)
11#define PI2 (1 << 2)
12#define PI3 (1 << 3)
13#define PI4 (1 << 4)
14#define PI5 (1 << 5)
15#define PI6 (1 << 6)
16#define PI7 (1 << 7)
17#define PI8 (1 << 8)
18#define PI9 (1 << 9)
19#define PI10 (1 << 10)
20#define PI11 (1 << 11)
21#define PI12 (1 << 12)
22#define PI13 (1 << 13)
23#define PI14 (1 << 14)
24#define PI15 (1 << 15)
25
26#endif