Lines Matching defs:base
49 unsigned int base,
72 irq_chip->status_base = base + GPIO_REG_IP;
73 irq_chip->mask_base = base + GPIO_REG_IE;
75 irq_chip->ack_base = base + GPIO_REG_IP;
94 u32 base;
104 ret = device_property_read_u32(&pdev->dev, "reg", &base);
118 config.reg_dat_base = base + GPIO_REG_IN;
119 config.reg_set_base = base + GPIO_REG_OUT;
121 config.reg_dir_out_base = GPIO_REGMAP_ADDR(base + GPIO_REG_DIR);
124 ret = sl28cpld_gpio_irq_init(pdev, base, &config);
129 config.reg_set_base = base + GPO_REG_OUT;
132 config.reg_dat_base = base + GPI_REG_IN;