Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-mvebu.c111 mvebu_gpioreg_io_conf(struct mvebu_gpio_chip *mvchip) in mvebu_gpioreg_io_conf() function
211 if (readl_relaxed(mvebu_gpioreg_io_conf(mvchip)) & (1 << pin)) { in mvebu_gpio_get()
253 u = readl_relaxed(mvebu_gpioreg_io_conf(mvchip)); in mvebu_gpio_direction_input()
255 writel_relaxed(u, mvebu_gpioreg_io_conf(mvchip)); in mvebu_gpio_direction_input()
280 u = readl_relaxed(mvebu_gpioreg_io_conf(mvchip)); in mvebu_gpio_direction_output()
282 writel_relaxed(u, mvebu_gpioreg_io_conf(mvchip)); in mvebu_gpio_direction_output()
401 u = readl_relaxed(mvebu_gpioreg_io_conf(mvchip)) & (1 << pin); in mvebu_gpio_irq_set_type()
503 io_conf = readl_relaxed(mvebu_gpioreg_io_conf(mvchip)); in mvebu_gpio_dbg_show()
575 mvchip->io_conf_reg = readl(mvebu_gpioreg_io_conf(mvchip)); in mvebu_gpio_suspend()
619 writel(mvchip->io_conf_reg, mvebu_gpioreg_io_conf(mvchip)); in mvebu_gpio_resume()