Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/ata/
Dahci_xgene.c87 void __iomem *csr_axi; /* AXI CSR address of IP */ member
676 writel(0x0, ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()
677 readl(ctx->csr_axi + INT_SLV_TMOMASK); in xgene_ahci_hw_init()
775 ctx->csr_axi = devm_ioremap_resource(dev, res); in xgene_ahci_probe()
776 if (IS_ERR(ctx->csr_axi)) in xgene_ahci_probe()
777 return PTR_ERR(ctx->csr_axi); in xgene_ahci_probe()