Home
last modified time | relevance | path

Searched refs:GPIO_PORT (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dtegra_gpio.c50 u = readl(&bank->gpio_config[GPIO_PORT(gpio)]); in get_config()
69 u = readl(&bank->gpio_config[GPIO_PORT(gpio)]); in set_config()
74 writel(u, &bank->gpio_config[GPIO_PORT(gpio)]); in set_config()
85 u = readl(&bank->gpio_dir_out[GPIO_PORT(gpio)]); in get_direction()
104 u = readl(&bank->gpio_dir_out[GPIO_PORT(gpio)]); in set_direction()
109 writel(u, &bank->gpio_dir_out[GPIO_PORT(gpio)]); in set_direction()
122 u = readl(&bank->gpio_out[GPIO_PORT(gpio)]); in set_level()
127 writel(u, &bank->gpio_out[GPIO_PORT(gpio)]); in set_level()
178 val = readl(&state->bank->gpio_in[GPIO_PORT(gpio)]); in tegra_gpio_get_value()
180 val = readl(&state->bank->gpio_out[GPIO_PORT(gpio)]); in tegra_gpio_get_value()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dgpio.h17 #define GPIO_PORT(x) (((x) >> 3) & 0x3) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-tegra.c28 #define GPIO_PORT(x) (((x) >> 3) & 0x3) macro
32 GPIO_PORT(x) * 4)
246 port = GPIO_PORT(offset); in tegra_gpio_set_debounce()
306 unsigned int gpio = d->hwirq, port = GPIO_PORT(gpio), lvl_type; in tegra_gpio_irq_set_type()
549 port = GPIO_PORT(gpio); in tegra_gpio_irq_set_wake()
/openbmc/u-boot/include/
H A Dsh_pfc.h135 #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA)