Searched refs:fclk_freq (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 Domap.c107 unsigned int fclk_freq; member in struct:mmc_omap_slot
180 if (slot != NULL && slot->host->fclk_enabled && slot->fclk_freq > 0) {
181 tick_ns = (1000000000 + slot->fclk_freq - 1) / slot->fclk_freq;
426 tick_ns = (1000000000 + slot->fclk_freq - 1)/slot->fclk_freq;
468 timeout = (120*1000000 + slot->fclk_freq - 1)/slot->fclk_freq;
1059 cycle_ns = 1000000000 / host->current_slot->fclk_freq;
1221 slot->fclk_freq
[all...]

Completed in 44 milliseconds