Lines Matching refs:base
32 void __iomem *base;
119 return pinctrl_gpio_direction_input(chip->base + gpio);
137 return pinctrl_gpio_direction_output(chip->base + gpio);
150 irq_isfr = vf610_gpio_readl(port->base + PORT_ISFR);
153 vf610_gpio_writel(BIT(pin), port->base + PORT_ISFR);
167 vf610_gpio_writel(BIT(gpio), port->base + PORT_ISFR);
211 void __iomem *pcr_base = port->base + PORT_PCR(gpio_num);
222 void __iomem *pcr_base = port->base + PORT_PCR(gpio_num);
273 port->base = devm_platform_ioremap_resource(pdev, 0);
274 if (IS_ERR(port->base))
275 return PTR_ERR(port->base);
321 gc->base = -1;
332 vf610_gpio_writel(0, port->base + PORT_PCR(i));
335 vf610_gpio_writel(~0, port->base + PORT_ISFR);