Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/pcmcia/
Dsa1100.h103 unsigned int cpu_clock_khz){ in sa1100_pcmcia_mecr_bs() argument
104 unsigned int t = ((pcmcia_cycle_ns * cpu_clock_khz) / 6) - 1000000; in sa1100_pcmcia_mecr_bs()
111 static inline unsigned int sa1100_pcmcia_cmd_time(unsigned int cpu_clock_khz, in sa1100_pcmcia_cmd_time() argument
113 return (((10000000 * 2) / cpu_clock_khz) * (3 * (pcmcia_mecr_bs + 1))) / 10; in sa1100_pcmcia_cmd_time()