Lines Matching refs:REGSTORE
50 #define REGSTORE(a, v) (__raw_writel(cpu_to_be32(v), &(a))) macro
135 REGSTORE(priv->regs->cfg_stat, (cfg & ~(0xf << 23)) | (bus << 23)); in grpci1_cfg_r32()
198 REGSTORE(priv->regs->cfg_stat, (cfg & ~(0xf << 23)) | (bus << 23)); in grpci1_cfg_w32()
326 REGSTORE(priv->regs->irq, REGLOAD(priv->regs->irq) & ~(1 << irqidx)); in grpci1_mask_irq()
339 REGSTORE(priv->regs->irq, REGLOAD(priv->regs->irq) | (1 << irqidx)); in grpci1_unmask_irq()
428 REGSTORE(regs->cfg_stat, priv->pci_area & 0xf0000000); in grpci1_hw_init()
432 REGSTORE(regs->page1, ahbadr); in grpci1_hw_init()
435 REGSTORE(regs->iomap, REGLOAD(regs->iomap) & 0x0000ffff); in grpci1_hw_init()
438 REGSTORE(regs->irq, 0); in grpci1_hw_init()
556 REGSTORE(regs->page1, 0xffffffff); in grpci1_of_probe()
681 REGSTORE(regs->irq, err_mask); in grpci1_of_probe()