Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_early_clks.c15 #define S32CC_ARM_PLL_VCO_FREQ (2U * GHZ)
16 #define S32CC_ARM_PLL_PHI0_FREQ (1U * GHZ)
17 #define S32CC_A53_FREQ (1U * GHZ)
19 #define S32CC_PERIPH_PLL_VCO_FREQ (2U * GHZ)
H A Ds32cc_clk_modules.c47 S32CC_FREQ_MODULE_CLK(arm_pll_phi0_div, 0, GHZ);
144 S32CC_FREQ_MODULE_CLK(periphpll, 1300 * MHZ, 2 * GHZ);
/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h13 #define GHZ (UL(1000) * MHZ) macro