Searched refs:PCI_REG_CONFIG (Results 1 – 2 of 2) sorted by relevance
314 ctx->pm[1] = __raw_readl(ctx->regs + PCI_REG_CONFIG) & 0x0009ffff; in alchemy_pci_suspend()347 __raw_writel(ctx->pm[1], ctx->regs + PCI_REG_CONFIG); in alchemy_pci_resume()434 val = __raw_readl(ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()436 __raw_writel(val, ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()472 val = __raw_readl(ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()476 __raw_writel(val, ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()
517 #define PCI_REG_CONFIG 0x0004 macro