Searched refs:csr_axi (Results 1 – 1 of 1) sorted by relevance
87 void __iomem *csr_axi; /* AXI CSR address of IP */ member671 writel(0x0, ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()672 readl(ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()767 ctx->csr_axi = devm_platform_ioremap_resource(pdev, 3); in xgene_ahci_probe()768 if (IS_ERR(ctx->csr_axi)) in xgene_ahci_probe()769 return PTR_ERR(ctx->csr_axi); in xgene_ahci_probe()