REGSTORE          134 arch/sparc/kernel/leon_pci_grpci1.c 	REGSTORE(priv->regs->cfg_stat, (cfg & ~(0xf << 23)) | (bus << 23));
REGSTORE          197 arch/sparc/kernel/leon_pci_grpci1.c 	REGSTORE(priv->regs->cfg_stat, (cfg & ~(0xf << 23)) | (bus << 23));
REGSTORE          325 arch/sparc/kernel/leon_pci_grpci1.c 	REGSTORE(priv->regs->irq, REGLOAD(priv->regs->irq) & ~(1 << irqidx));
REGSTORE          338 arch/sparc/kernel/leon_pci_grpci1.c 	REGSTORE(priv->regs->irq, REGLOAD(priv->regs->irq) | (1 << irqidx));
REGSTORE          427 arch/sparc/kernel/leon_pci_grpci1.c 	REGSTORE(regs->cfg_stat, priv->pci_area & 0xf0000000);
REGSTORE          431 arch/sparc/kernel/leon_pci_grpci1.c 	REGSTORE(regs->page1, ahbadr);
REGSTORE          434 arch/sparc/kernel/leon_pci_grpci1.c 	REGSTORE(regs->iomap, REGLOAD(regs->iomap) & 0x0000ffff);
REGSTORE          437 arch/sparc/kernel/leon_pci_grpci1.c 	REGSTORE(regs->irq, 0);
REGSTORE          555 arch/sparc/kernel/leon_pci_grpci1.c 	REGSTORE(regs->page1, 0xffffffff);
REGSTORE          680 arch/sparc/kernel/leon_pci_grpci1.c 	REGSTORE(regs->irq, err_mask);
REGSTORE          253 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(priv->regs->ctrl, (REGLOAD(priv->regs->ctrl) & ~(0xff << 16)) |
REGSTORE          258 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(priv->regs->sts_cap, (STS_CFGERR | STS_CFGERRVALID));
REGSTORE          323 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(priv->regs->ctrl, (REGLOAD(priv->regs->ctrl) & ~(0xff << 16)) |
REGSTORE          328 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(priv->regs->sts_cap, (STS_CFGERR | STS_CFGERRVALID));
REGSTORE          463 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(priv->regs->ctrl, REGLOAD(priv->regs->ctrl) & ~(1 << irqidx));
REGSTORE          478 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(priv->regs->ctrl, REGLOAD(priv->regs->ctrl) | (1 << irqidx));
REGSTORE          575 arch/sparc/kernel/leon_pci_grpci2.c 		REGSTORE(regs->ctrl, CTRL_RESET);
REGSTORE          578 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(regs->ctrl, 0);
REGSTORE          579 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(regs->sts_cap, ~0); /* Clear Status */
REGSTORE          580 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(regs->dma_ctrl, 0);
REGSTORE          581 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(regs->dma_bdbase, 0);
REGSTORE          584 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(regs->io_map, REGLOAD(regs->io_map) & 0x0000ffff);
REGSTORE          590 arch/sparc/kernel/leon_pci_grpci2.c 		REGSTORE(regs->ahbmst_map[i], priv->pci_area);
REGSTORE          646 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(regs->ctrl, CTRL_ER | CTRL_PE);
REGSTORE          679 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(regs->sts_cap, status & STS_ERR_IRQ);
REGSTORE          851 arch/sparc/kernel/leon_pci_grpci2.c 		REGSTORE(regs->ctrl, REGLOAD(regs->ctrl)|(priv->irq_mask&0xf));
REGSTORE          866 arch/sparc/kernel/leon_pci_grpci2.c 	REGSTORE(regs->ctrl, REGLOAD(regs->ctrl) | CTRL_EI | CTRL_SI);