Home
last modified time | relevance | path

Searched refs:TEGRA_GPIO_PORTS (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-tegra30/
Dgpio.h13 #define TEGRA_GPIO_PORTS 4 /* number of ports per bank */ macro
20 uint gpio_config[TEGRA_GPIO_PORTS];
21 uint gpio_dir_out[TEGRA_GPIO_PORTS];
22 uint gpio_out[TEGRA_GPIO_PORTS];
23 uint gpio_in[TEGRA_GPIO_PORTS];
24 uint gpio_int_status[TEGRA_GPIO_PORTS];
25 uint gpio_int_enable[TEGRA_GPIO_PORTS];
26 uint gpio_int_level[TEGRA_GPIO_PORTS];
27 uint gpio_int_clear[TEGRA_GPIO_PORTS];
28 uint gpio_masked_config[TEGRA_GPIO_PORTS];
[all …]
/external/u-boot/arch/arm/include/asm/arch-tegra124/
Dgpio.h14 #define TEGRA_GPIO_PORTS 4 /* number of ports per bank */ macro
21 uint gpio_config[TEGRA_GPIO_PORTS];
22 uint gpio_dir_out[TEGRA_GPIO_PORTS];
23 uint gpio_out[TEGRA_GPIO_PORTS];
24 uint gpio_in[TEGRA_GPIO_PORTS];
25 uint gpio_int_status[TEGRA_GPIO_PORTS];
26 uint gpio_int_enable[TEGRA_GPIO_PORTS];
27 uint gpio_int_level[TEGRA_GPIO_PORTS];
28 uint gpio_int_clear[TEGRA_GPIO_PORTS];
29 uint gpio_masked_config[TEGRA_GPIO_PORTS];
[all …]
/external/u-boot/arch/arm/include/asm/arch-tegra210/
Dgpio.h14 #define TEGRA_GPIO_PORTS 4 /* number of ports per bank */ macro
21 uint gpio_config[TEGRA_GPIO_PORTS];
22 uint gpio_dir_out[TEGRA_GPIO_PORTS];
23 uint gpio_out[TEGRA_GPIO_PORTS];
24 uint gpio_in[TEGRA_GPIO_PORTS];
25 uint gpio_int_status[TEGRA_GPIO_PORTS];
26 uint gpio_int_enable[TEGRA_GPIO_PORTS];
27 uint gpio_int_level[TEGRA_GPIO_PORTS];
28 uint gpio_int_clear[TEGRA_GPIO_PORTS];
29 uint gpio_masked_config[TEGRA_GPIO_PORTS];
[all …]
/external/u-boot/arch/arm/include/asm/arch-tegra20/
Dgpio.h14 #define TEGRA_GPIO_PORTS 4 /* number of ports per bank */ macro
21 uint gpio_config[TEGRA_GPIO_PORTS];
22 uint gpio_dir_out[TEGRA_GPIO_PORTS];
23 uint gpio_out[TEGRA_GPIO_PORTS];
24 uint gpio_in[TEGRA_GPIO_PORTS];
25 uint gpio_int_status[TEGRA_GPIO_PORTS];
26 uint gpio_int_enable[TEGRA_GPIO_PORTS];
27 uint gpio_int_level[TEGRA_GPIO_PORTS];
28 uint gpio_int_clear[TEGRA_GPIO_PORTS];
/external/u-boot/arch/arm/include/asm/arch-tegra114/
Dgpio.h13 #define TEGRA_GPIO_PORTS 4 /* number of ports per bank */ macro
/external/u-boot/arch/arm/include/asm/arch-tegra/
Dgpio.h13 #define MAX_NUM_GPIOS (TEGRA_GPIO_PORTS * TEGRA_GPIO_BANKS * 8)