Searched refs:TEGRA186_AON_GPIO_PORT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpio-tegra186.c | 1040 #define TEGRA186_AON_GPIO_PORT(_name, _bank, _port, _pins) \ macro 1049 TEGRA186_AON_GPIO_PORT( S, 0, 1, 5), 1050 TEGRA186_AON_GPIO_PORT( U, 0, 2, 6), 1051 TEGRA186_AON_GPIO_PORT( V, 0, 4, 8), 1052 TEGRA186_AON_GPIO_PORT( W, 0, 5, 8), 1053 TEGRA186_AON_GPIO_PORT( Z, 0, 7, 4), 1054 TEGRA186_AON_GPIO_PORT(AA, 0, 6, 8), 1055 TEGRA186_AON_GPIO_PORT(EE, 0, 3, 3), 1056 TEGRA186_AON_GPIO_PORT(FF, 0, 0, 5),
|