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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmsm_sdcc.h216 unsigned int clks_on; /* set if clocks are enabled */ member in struct:msmsdcc_host
H A Dmsm_sdcc.c68 WARN_ON(!host->clks_on);
76 /* Need to check clks_on again in case the busclk
79 if (host->clks_on) {
82 host->clks_on = 0;
94 if (!host->clks_on) {
105 host->clks_on = 1;
1018 if (host->clks_on)
1315 if (host->clks_on)

Completed in 74 milliseconds