Lines Matching defs:REG_PCI_CONTROL
10 #define REG_PCI_CONTROL 0x88
194 return !!(readl(cg->base + REG_PCI_CONTROL) & REG_PCI_CONTROL_REFCLK_EN1);
204 val = readl(np_base + REG_PCI_CONTROL);
206 writel(val, np_base + REG_PCI_CONTROL);
211 writel(val, np_base + REG_PCI_CONTROL);
227 val = readl(np_base + REG_PCI_CONTROL);
228 writel(val & ~mask, np_base + REG_PCI_CONTROL);
230 writel(val | mask, np_base + REG_PCI_CONTROL);
242 val = readl(np_base + REG_PCI_CONTROL);
244 writel(val, np_base + REG_PCI_CONTROL);