coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __SOC_NVIDIA_TEGRA124_GPIO_H__
4 #define __SOC_NVIDIA_TEGRA124_GPIO_H__
5 
7 #include <soc/pinmux.h>
8 
9 /* GPIO index constants. */
10 
11 #define GPIO_PORT_CONSTANTS(port) \
12  GPIO_##port##0_INDEX, GPIO_##port##1_INDEX, GPIO_##port##2_INDEX, \
13  GPIO_##port##3_INDEX, GPIO_##port##4_INDEX, GPIO_##port##5_INDEX, \
14  GPIO_##port##6_INDEX, GPIO_##port##7_INDEX
15 
16 enum {
49 };
50 
51 #endif /* __SOC_NVIDIA_TEGRA124_GPIO_H__ */
#define Z
Definition: base3.h:7
#define W(instr)
Definition: asm.h:19
#define E(arg1, arg2, args)
Definition: perf_power.c:15
#define M
Definition: regs.h:327
#define GPIO_PORT_CONSTANTS(port)
Definition: gpio.h:11