Searched refs:PCI_REG_CONFIG (Results 1 – 2 of 2) sorted by relevance
313 ctx->pm[1] = __raw_readl(ctx->regs + PCI_REG_CONFIG) & 0x0009ffff; in alchemy_pci_suspend()346 __raw_writel(ctx->pm[1], ctx->regs + PCI_REG_CONFIG); in alchemy_pci_resume()433 val = __raw_readl(ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()435 __raw_writel(val, ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()471 val = __raw_readl(ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()475 __raw_writel(val, ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()
517 #define PCI_REG_CONFIG 0x0004 macro