Searched refs:clkgate_delay (Results 1 – 3 of 3) sorted by relevance
69 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()
82 clkgate_delay Tune the clock gating delay with desired value in milliseconds.84 echo <desired delay> > /sys/class/mmc_host/mmcX/clkgate_delay
300 unsigned long clkgate_delay; member