Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c59 #define HZ_TO_MHZ(x) ((((uint64_t)(x)) + 500000) / 1000000) macro
321 freq = (HZ_TO_MHZ(get_cpu_freq(pnode->child))); in display_cpus()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dworkfile.c72 #define HZ_TO_MHZ(x) (((x) + 500000) / 1000000) macro
690 pci_card->freq = HZ_TO_MHZ(*int_val); in fill_pci_card_list()
H A Dcherrystone.c140 freq = HZ_TO_MHZ(get_cpu_freq(cpu)); in display_cpus()