Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dahci_xgene.c95 void __iomem *csr_mux; /* MUX CSR address of IP */ member
618 if (!ctx->csr_mux) in xgene_ahci_mux_select()
621 val = readl(ctx->csr_mux + SATA_ENET_CONFIG_REG); in xgene_ahci_mux_select()
623 writel(val, ctx->csr_mux + SATA_ENET_CONFIG_REG); in xgene_ahci_mux_select()
624 val = readl(ctx->csr_mux + SATA_ENET_CONFIG_REG); in xgene_ahci_mux_select()
677 ctx->csr_mux = csr; in xgene_ahci_probe()