Searched refs:csr_axi (Results 1 – 1 of 1) sorted by relevance
100 void __iomem *csr_axi; /* AXI CSR address of IP */ member689 writel(0x0, ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()690 readl(ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()788 ctx->csr_axi = devm_ioremap_resource(dev, res); in xgene_ahci_probe()789 if (IS_ERR(ctx->csr_axi)) in xgene_ahci_probe()790 return PTR_ERR(ctx->csr_axi); in xgene_ahci_probe()