Home
last modified time | relevance | path

Searched refs:TEGRA186_GPIO_PER_GPIO_COUNT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dtegra186_gpio.c147 port = gpio / TEGRA186_GPIO_PER_GPIO_COUNT; in tegra186_gpio_xlate()
151 desc->offset = gpio % TEGRA186_GPIO_PER_GPIO_COUNT; in tegra186_gpio_xlate()
215 uc_priv->gpio_count = TEGRA186_GPIO_PER_GPIO_COUNT; in tegra186_gpio_probe()
H A Dtegra186_gpio_priv.h45 #define TEGRA186_GPIO_PER_GPIO_COUNT 8 macro