Searched refs:tenudelcnt (Results 1 – 3 of 3) sorted by relevance
63 ulong tenudelcnt = CONFIG_SYS_HZ_CLOCK / (1000 * 100); in __udelay() local69 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()
65 ulong tenudelcnt = CONFIG_STV0991_HZ_CLOCK / (1000 * 100); in __udelay() local71 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()
74 ulong tenudelcnt = CONFIG_SPEAR_HZ_CLOCK / (1000 * 100); in __udelay() local80 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()