Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pcmcia/
H A Dsa11xx_base.h107 unsigned int cpu_clock_khz){ in sa1100_pcmcia_mecr_bs() argument
108 unsigned int t = ((pcmcia_cycle_ns * cpu_clock_khz) / 6) - 1000000; in sa1100_pcmcia_mecr_bs()
115 static inline unsigned int sa1100_pcmcia_cmd_time(unsigned int cpu_clock_khz, in sa1100_pcmcia_cmd_time() argument
117 return (((10000000 * 2) / cpu_clock_khz) * (3 * (pcmcia_mecr_bs + 1))) / 10; in sa1100_pcmcia_cmd_time()