Lines Matching defs:base
848 return pinctrl_gpio_direction_input(chip->base + offset);
858 u32 pin = offset + chip->base;
899 return pinctrl_gpio_direction_output(chip->base + offset);
906 int pin, base;
908 base = PINS_PER_BANK * gpiospec->args[0];
909 pin = base + gpiospec->args[1];
937 chip->label, offset + chip->base, irqnum);
1119 int pin, base;
1124 base = PINS_PER_BANK * intspec[0];
1125 pin = pctl->desc->pin_base + base + intspec[1];
1508 pctl->chip->base = pctl->desc->pin_base;