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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmpc52xx_tty.c46 int tbl_start, tbl_end; local
52 tbl_start = get_tbl();
58 xlbfreq = (tbl_end - tbl_start) << 8;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/
H A Dprpmc750.c207 unsigned long tbl_start, tbl_end; local
239 tbl_start = get_tbl();
257 bus_speed = (tbl_end - tbl_start) * 128;
H A Dprpmc800.c317 unsigned long tbl_start, tbl_end; local
349 tbl_start = get_tbl();
367 tb_ticks_per_second = (tbl_end - tbl_start) * 2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmpc52xx_setup.c162 int tbl_start, tbl_end; local
182 tbl_start = get_tbl();
189 xlbfreq = (tbl_end - tbl_start) << 8;

Completed in 48 milliseconds