Home
last modified time | relevance | path

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

/linux/drivers/gpio/
A Dgpio-tegra.c222 oe = tegra_gpio_readl(tgi, GPIO_OE(tgi, offset)); in tegra_gpio_get_direction()
512 bank->cnf[p] = tegra_gpio_readl(tgi, in tegra_gpio_suspend()
514 bank->out[p] = tegra_gpio_readl(tgi, in tegra_gpio_suspend()
516 bank->oe[p] = tegra_gpio_readl(tgi, in tegra_gpio_suspend()
519 bank->dbc_enb[p] = tegra_gpio_readl(tgi, in tegra_gpio_suspend()
525 bank->int_enb[p] = tegra_gpio_readl(tgi, in tegra_gpio_suspend()
527 bank->int_lvl[p] = tegra_gpio_readl(tgi, in tegra_gpio_suspend()
621 tegra_gpio_readl(tgi, GPIO_CNF(tgi, gpio)), in tegra_dbg_gpio_show()
622 tegra_gpio_readl(tgi, GPIO_OE(tgi, gpio)), in tegra_dbg_gpio_show()
623 tegra_gpio_readl(tgi, GPIO_OUT(tgi, gpio)), in tegra_dbg_gpio_show()
[all …]

Completed in 4 milliseconds