Searched refs:PCI_REG_STATCMD (Results 1 – 3 of 3) sorted by relevance
111 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()
100 __raw_writel(0x02a00356, base + PCI_REG_STATCMD); in board_setup()
1512 #define PCI_REG_STATCMD 0x0104 macro