Searched defs:print_mhz (Results 1 – 2 of 2) sorted by relevance
49 #define print_mhz(m) ((m) / MHZ), (((m) / 1000) % 1000) macro
64 static void print_mhz(const char *name, unsigned long hz) in print_mhz() function