Searched refs:PCI_REG_STATCMD (Results 1 – 2 of 2) sorted by relevance
114 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()
526 #define PCI_REG_STATCMD 0x0104 macro