Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/pci/
Dpci-alchemy.c114 r = __raw_readl(ctx->regs + PCI_REG_STATCMD) & 0x0000ffff; in config_access()
116 __raw_writel(r, ctx->regs + PCI_REG_STATCMD); in config_access()
164 status = __raw_readl(ctx->regs + PCI_REG_STATCMD); in config_access()
175 __raw_writel(status & 0xf000ffff, ctx->regs + PCI_REG_STATCMD); in config_access()
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1000.h526 #define PCI_REG_STATCMD 0x0104 macro