Home
last modified time | relevance | path

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

/Linux-v5.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()
435 val = __raw_readl(ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()
437 __raw_writel(val, ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()
473 val = __raw_readl(ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()
477 __raw_writel(val, ctx->regs + PCI_REG_CONFIG); in alchemy_pci_probe()
/Linux-v5.10/arch/mips/include/asm/mach-au1x00/
Dau1000.h517 #define PCI_REG_CONFIG 0x0004 macro