Searched refs:HZ_TO_MHZ (Results 1 – 4 of 4) sorted by relevance
58 #define HZ_TO_MHZ(x) (((x) + 500000) / 1000000) macro397 card.freq = HZ_TO_MHZ(*int_val); in display_pci()795 freq = HZ_TO_MHZ(get_cpu_freq(cpu)); in display_cpus()
58 #define HZ_TO_MHZ(x) ((((uint64_t)(x)) + 500000) / 1000000) macro320 freq = (HZ_TO_MHZ(get_cpu_freq(pnode->child))); in display_cpus()
74 #define HZ_TO_MHZ(x) (((x) + 500000) / 1000000) macro692 pci_card->freq = HZ_TO_MHZ(*int_val); in fill_pci_card_list()
141 freq = HZ_TO_MHZ(get_cpu_freq(cpu)); in display_cpus()