Lines Matching refs:REGSTORE
48 #define REGSTORE(a, v) (__raw_writel(cpu_to_be32(v), &(a))) macro
133 REGSTORE(priv->regs->cfg_stat, (cfg & ~(0xf << 23)) | (bus << 23)); in grpci1_cfg_r32()
196 REGSTORE(priv->regs->cfg_stat, (cfg & ~(0xf << 23)) | (bus << 23)); in grpci1_cfg_w32()
324 REGSTORE(priv->regs->irq, REGLOAD(priv->regs->irq) & ~(1 << irqidx)); in grpci1_mask_irq()
337 REGSTORE(priv->regs->irq, REGLOAD(priv->regs->irq) | (1 << irqidx)); in grpci1_unmask_irq()
426 REGSTORE(regs->cfg_stat, priv->pci_area & 0xf0000000); in grpci1_hw_init()
430 REGSTORE(regs->page1, ahbadr); in grpci1_hw_init()
433 REGSTORE(regs->iomap, REGLOAD(regs->iomap) & 0x0000ffff); in grpci1_hw_init()
436 REGSTORE(regs->irq, 0); in grpci1_hw_init()
554 REGSTORE(regs->page1, 0xffffffff); in grpci1_of_probe()
679 REGSTORE(regs->irq, err_mask); in grpci1_of_probe()