Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci_xgene.c85 void __iomem *csr_core; /* Core CSR address of IP */ member
664 writel(0, ctx->csr_core + INTSTATUSMASK); in xgene_ahci_hw_init()
669 writel(0x0, ctx->csr_core + ERRINTSTATUSMASK); in xgene_ahci_hw_init()
675 writel(0xffffffff, ctx->csr_core + SLVRDERRATTRIBUTES); in xgene_ahci_hw_init()
681 val = readl(ctx->csr_core + BUSCTLREG); in xgene_ahci_hw_init()
684 writel(val, ctx->csr_core + BUSCTLREG); in xgene_ahci_hw_init()
686 val = readl(ctx->csr_core + IOFMSTRWAUX); in xgene_ahci_hw_init()
689 writel(val, ctx->csr_core + IOFMSTRWAUX); in xgene_ahci_hw_init()
690 val = readl(ctx->csr_core + IOFMSTRWAUX); in xgene_ahci_hw_init()
758 if (IS_ERR(ctx->csr_core)) in xgene_ahci_probe()
[all …]