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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dsdhci-s3c.c40 * @clk_bus: The clocks that are available for the SD/MMC bus clock.
52 struct clk *clk_bus[MAX_BUS_CLK]; member in struct:sdhci_s3c
104 busclk = ourhost->clk_bus[clk];
127 struct clk *clksrc = ourhost->clk_bus[src];
182 struct clk *clk = ourhost->clk_bus[best_src];
363 sc->clk_bus[ptr] = clk;
453 clk_disable(sc->clk_bus[ptr]);
454 clk_put(sc->clk_bus[ptr]);
486 if (sc->clk_bus[ptr]) {
487 clk_disable(sc->clk_bus[pt
[all...]

Completed in 96 milliseconds