Lines Matching refs:base
49 unsigned int base,
72 irq_chip->status_base = base + GPIO_REG_IP;
73 irq_chip->unmask_base = base + GPIO_REG_IE;
74 irq_chip->ack_base = base + GPIO_REG_IP;
93 u32 base;
103 ret = device_property_read_u32(&pdev->dev, "reg", &base);
117 config.reg_dat_base = base + GPIO_REG_IN;
118 config.reg_set_base = base + GPIO_REG_OUT;
120 config.reg_dir_out_base = GPIO_REGMAP_ADDR(base + GPIO_REG_DIR);
123 ret = sl28cpld_gpio_irq_init(pdev, base, &config);
128 config.reg_set_base = base + GPO_REG_OUT;
131 config.reg_dat_base = base + GPI_REG_IN;