Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
DiSeries_setup.c74 static unsigned long tbFreqHz = 0; variable
688 tbFreqHz = (((1UL<<32) * 1000000) / xIoHriProcessorVpd[procIx].xTimeBaseFreq ); in iSeries_setup_arch()
689 tbFreqMhz = tbFreqHz / 1000000; in iSeries_setup_arch()
690 tbFreqMhzHundreths = (tbFreqHz/10000) - (tbFreqMhz*100); in iSeries_setup_arch()
692 ppc_tb_freq = tbFreqHz; in iSeries_setup_arch()