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

/linux-master/drivers/ata/
H A Dahci_xgene.c86 void __iomem *csr_mux; /* MUX CSR address of IP */ member in struct:xgene_ahci_context
700 if (!ctx->csr_mux)
703 val = readl(ctx->csr_mux + SATA_ENET_CONFIG_REG);
705 writel(val, ctx->csr_mux + SATA_ENET_CONFIG_REG);
706 val = readl(ctx->csr_mux + SATA_ENET_CONFIG_REG);
775 ctx->csr_mux = csr;

Completed in 192 milliseconds