Home
last modified time | relevance | path

Searched refs:csr_axi (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/ata/
Dahci_xgene.c87 void __iomem *csr_axi; /* AXI CSR address of IP */ member
672 writel(0x0, ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()
673 readl(ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()
771 ctx->csr_axi = devm_ioremap_resource(dev, res); in xgene_ahci_probe()
772 if (IS_ERR(ctx->csr_axi)) in xgene_ahci_probe()
773 return PTR_ERR(ctx->csr_axi); in xgene_ahci_probe()