Home
last modified time | relevance | path

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

/arch/mips/pci/
Dpci-alchemy.c111 r = __raw_readl(ctx->regs + PCI_REG_STATCMD) & 0x0000ffff; in config_access()
113 __raw_writel(r, ctx->regs + PCI_REG_STATCMD); in config_access()
161 status = __raw_readl(ctx->regs + PCI_REG_STATCMD); in config_access()
172 __raw_writel(status & 0xf000ffff, ctx->regs + PCI_REG_STATCMD); in config_access()
/arch/mips/alchemy/devboards/
Dpb1500.c100 __raw_writel(0x02a00356, base + PCI_REG_STATCMD); in board_setup()
/arch/mips/include/asm/mach-au1x00/
Dau1000.h1512 #define PCI_REG_STATCMD 0x0104 macro