Lines Matching refs:base
29 * We're storing two values per chip: the GPIO base and the number
404 int rv, base, i;
409 rv = device_property_read_u32(dev, "gpio-base", &base);
411 base = -1;
428 gc->base = base;
520 int prop = 0, base;
529 base = gpio_mockup_range_base(idx);
530 if (base >= 0)
531 properties[prop++] = PROPERTY_ENTRY_U32("gpio-base", base);
533 ngpio = base < 0 ? gpio_mockup_range_ngpio(idx)
534 : gpio_mockup_range_ngpio(idx) - base;
575 * The second value in the <base GPIO - number of GPIOS> pair must