Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dhost.c69 return snprintf(buf, PAGE_SIZE, "%lu\n", host->clkgate_delay); in clkgate_delay_show()
82 host->clkgate_delay = value; in clkgate_delay_store()
215 msecs_to_jiffies(host->clkgate_delay)); in mmc_host_clk_release()
252 host->clkgate_delay = 0; in mmc_host_clk_init()
/linux-4.1.27/Documentation/mmc/
Dmmc-dev-attrs.txt82 clkgate_delay Tune the clock gating delay with desired value in milliseconds.
84 echo <desired delay> > /sys/class/mmc_host/mmcX/clkgate_delay
/linux-4.1.27/include/linux/mmc/
Dhost.h300 unsigned long clkgate_delay; member