Lines Matching refs:conf_reg
743 void __iomem *conf_reg = byt_gpio_reg(vg, offset, BYT_CONF0_REG);
751 if (readl(conf_reg) & BYT_DIRECT_IRQ_EN)
840 void __iomem *conf_reg = byt_gpio_reg(vg, offset, BYT_CONF0_REG);
848 conf = readl(conf_reg);
924 void __iomem *conf_reg = byt_gpio_reg(vg, offset, BYT_CONF0_REG);
935 conf = readl(conf_reg);
1044 writel(conf, conf_reg);
1176 void __iomem *conf_reg, *val_reg;
1185 conf_reg = byt_gpio_reg(vg, pin, BYT_CONF0_REG);
1186 if (!conf_reg) {
1198 conf0 = readl(conf_reg);