Home
last modified time | relevance | path

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

/openbmc/u-boot/board/synopsys/hsdk/
H A Dclk-lib.h18 CLK_MHZ = BIT(5) /* all values in MHZ instead of HZ */ enumerator
/openbmc/u-boot/arch/mips/mach-pic32/
H A Dcpu.c21 #define CLK_MHZ(x) ((x) / 1000000) macro