Home
last modified time | relevance | path

Searched defs:print_mhz (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/mach-s3c/
H A Dcpu.h49 #define print_mhz(m) ((m) / MHZ), (((m) / 1000) % 1000) macro
/openbmc/u-boot/cmd/
H A Dbdinfo.c64 static void print_mhz(const char *name, unsigned long hz) in print_mhz() function