Home
last modified time | relevance | path

Searched refs:PCI_REG_CONFIG (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/mips/pci/
Dpci-alchemy.c314 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()
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1000.h517 #define PCI_REG_CONFIG 0x0004 macro