Searched refs:GPIO_IO_CONF (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/plat-orion/
H A Dgpio.c56 static void __iomem *GPIO_IO_CONF(struct orion_gpio_chip *ochip) GPIO_IO_CONF() function
100 u = readl(GPIO_IO_CONF(ochip)); __set_direction()
105 writel(u, GPIO_IO_CONF(ochip)); __set_direction()
189 if (readl(GPIO_IO_CONF(ochip)) & (1 << pin)) { orion_gpio_get()
367 u = readl(GPIO_IO_CONF(ochip)) & (1 << pin); gpio_irq_set_type()
454 io_conf = readl_relaxed(GPIO_IO_CONF(ochip)); orion_gpio_dbg_show()

Completed in 50 milliseconds