Esempio n. 1
0
static unsigned int sdhci_s3c_get_timeout_clk(struct sdhci_host *host)
{
#if defined (CONFIG_CPU_S5PC100)
        return sdhci_s3c_get_max_clk(host) / 4000000;
#else
        return sdhci_s3c_get_max_clk(host) / 1000000;
#endif
}
static unsigned int sdhci_s3c_get_timeout_clk(struct sdhci_host *host)
{
	return sdhci_s3c_get_max_clk(host) / 1000000;
}