Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-tegra.c86 static inline void tegra_gpio_writel(u32 val, u32 reg) in tegra_gpio_writel() function
108 tegra_gpio_writel(val, reg); in tegra_gpio_mask_write()
184 tegra_gpio_writel(1 << GPIO_BIT(gpio), GPIO_INT_CLR(gpio)); in tegra_gpio_irq_ack()
247 tegra_gpio_writel(val, GPIO_INT_LVL(gpio)); in tegra_gpio_irq_set_type()
286 tegra_gpio_writel(1 << pin, GPIO_INT_CLR(gpio)); in tegra_gpio_irq_handler()
320 tegra_gpio_writel(bank->cnf[p], GPIO_CNF(gpio)); in tegra_gpio_resume()
321 tegra_gpio_writel(bank->out[p], GPIO_OUT(gpio)); in tegra_gpio_resume()
322 tegra_gpio_writel(bank->oe[p], GPIO_OE(gpio)); in tegra_gpio_resume()
323 tegra_gpio_writel(bank->int_lvl[p], GPIO_INT_LVL(gpio)); in tegra_gpio_resume()
324 tegra_gpio_writel(bank->int_enb[p], GPIO_INT_ENB(gpio)); in tegra_gpio_resume()
[all …]