Searched refs:tb_to_us (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dtime.c80 unsigned tb_to_us; variable
220 usec += mulhwu(tb_to_us, delta);
262 new_nsec -= 1000 * mulhwu(tb_to_us, tb_delta);
296 tb_to_us = 0x418937;
299 tb_to_ns_scale = mulhwu(tb_to_us, 1000 << 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dtime.h32 extern unsigned tb_to_us;
67 unsigned tb_to_us; member in struct:gettimeofday_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dtime.h20 extern unsigned tb_to_us;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dpowerpmc250.c103 tb_to_us = mulhwu_scale_factor(freq/divisor, 1000000);
H A Dprpmc800.c329 tb_to_us = mulhwu_scale_factor(tb_ticks_per_second, 1000000);
369 tb_to_us = mulhwu_scale_factor(tb_ticks_per_second, 1000000);
H A Dprpmc750.c270 tb_to_us = mulhwu_scale_factor(freq / divisor, 1000000);
H A Dspruce.c149 tb_to_us = mulhwu_scale_factor(freq/divisor, 1000000);
H A Dcpci690.c401 tb_to_us = mulhwu_scale_factor(freq, 1000000);
H A Dapus_setup.c259 tb_to_us = mulhwu_scale_factor(freq, 1000000);
H A Dchestnut.c75 tb_to_us = mulhwu_scale_factor(freq, 1000000);
H A Dev64260.c552 tb_to_us = mulhwu_scale_factor(freq, 1000000);
H A Dev64360.c437 tb_to_us = mulhwu_scale_factor(freq, 1000000);
H A Dkatana.c825 tb_to_us = mulhwu_scale_factor(freq, 1000000);
H A Dprep_setup.c942 tb_to_us = mulhwu_scale_factor(freq/divisor, 1000000);
H A Dhdpu.c556 tb_to_us = mulhwu_scale_factor(freq, 1000000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dibm44x_common.c65 tb_to_us = mulhwu_scale_factor(freq, 1000000);
H A Dm8260_setup.c80 tb_to_us = mulhwu_scale_factor(freq / divisor, 1000000);
H A Dppc4xx_setup.c174 tb_to_us = mulhwu_scale_factor(freq, 1000000);
H A Dmpc52xx_setup.c217 tb_to_us = mulhwu_scale_factor(xlbfreq / divisor, 1000000);
H A Dm8xx_setup.c199 tb_to_us = mulhwu_scale_factor(freq / divisor, 1000000);
H A Dppc83xx_setup.c87 tb_to_us = mulhwu_scale_factor(freq / divisor, 1000000);
H A Dppc85xx_setup.c59 tb_to_us = mulhwu_scale_factor(freq / divisor, 1000000);
H A Dtodc_time.c508 tb_to_us = mulhwu_scale_factor(freq, 1000000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dtime.c103 unsigned tb_to_us; variable
909 tb_to_us = mulhwu_scale_factor(ppc_tb_freq, 1000000);
984 do_gtod.tb_to_us = tb_to_us;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dxmon.c543 extern unsigned tb_to_us;
554 delta = mulhwu(tb_to_us, delta);

Completed in 217 milliseconds

12