Searched refs:csr_axi (Results 1 – 1 of 1) sorted by relevance
94 void __iomem *csr_axi; /* AXI CSR address of IP */ member587 writel(0x0, ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()588 readl(ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()666 ctx->csr_axi = devm_ioremap_resource(dev, res); in xgene_ahci_probe()667 if (IS_ERR(ctx->csr_axi)) in xgene_ahci_probe()668 return PTR_ERR(ctx->csr_axi); in xgene_ahci_probe()