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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Dsa11xx_base.h107 unsigned int cpu_clock_khz){
108 unsigned int t = ((pcmcia_cycle_ns * cpu_clock_khz) / 6) - 1000000;
115 static inline unsigned int sa1100_pcmcia_cmd_time(unsigned int cpu_clock_khz, argument
117 return (((10000000 * 2) / cpu_clock_khz) * (3 * (pcmcia_mecr_bs + 1))) / 10;
106 sa1100_pcmcia_mecr_bs(unsigned int pcmcia_cycle_ns, unsigned int cpu_clock_khz) argument

Completed in 93 milliseconds