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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/emma2rh/markeins/
H A Dsetup.c54 static int bus_frequency = 0; variable
94 if (bus_frequency == 0)
95 bus_frequency = detect_bus_frequency(0);
104 mips_hpt_frequency = (bus_frequency * (4 + reg)) / 4 / 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/ddb5xxx/ddb5477/
H A Dsetup.c52 static int bus_frequency = CONFIG_DDB5477_BUS_FREQUENCY*1000; variable
139 if (bus_frequency == 0) {
140 bus_frequency = detect_bus_frequency(rtc_base);
147 mips_hpt_frequency = bus_frequency*(i+4)/4;
160 ddb_out32(SP_TIMER_BASE, bus_frequency/HZ);

Completed in 68 milliseconds