Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci_xgene.c88 void __iomem *csr_mux; /* MUX CSR address of IP */ member
702 if (!ctx->csr_mux) in xgene_ahci_mux_select()
705 val = readl(ctx->csr_mux + SATA_ENET_CONFIG_REG); in xgene_ahci_mux_select()
707 writel(val, ctx->csr_mux + SATA_ENET_CONFIG_REG); in xgene_ahci_mux_select()
708 val = readl(ctx->csr_mux + SATA_ENET_CONFIG_REG); in xgene_ahci_mux_select()
778 ctx->csr_mux = csr; in xgene_ahci_probe()