Searched refs:GPIO_PORT (Results 1 – 4 of 4) sorted by relevance
50 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()
17 #define GPIO_PORT(x) (((x) >> 3) & 0x3) macro
28 #define GPIO_PORT(x) (((x) >> 3) & 0x3) macro32 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()
135 #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA)