Searched refs:csr_axi (Results 1 – 1 of 1) sorted by relevance
85 void __iomem *csr_axi; /* AXI CSR address of IP */ member666 writel(0x0, ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()667 readl(ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()761 ctx->csr_axi = devm_platform_ioremap_resource(pdev, 3); in xgene_ahci_probe()762 if (IS_ERR(ctx->csr_axi)) in xgene_ahci_probe()763 return PTR_ERR(ctx->csr_axi); in xgene_ahci_probe()