Home
last modified time | relevance | path

Searched refs:CCM_CCR_360_FBCONFIG_MASK (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/m68k/cpu/mcf5445x/
Dspeed.c146 if (((in_be16(&ccm->ccr) & CCM_CCR_360_FBCONFIG_MASK) == 0x00e0) || in setup_5445x_clocks()
147 ((in_be16(&ccm->ccr) & CCM_CCR_360_FBCONFIG_MASK) == 0x0060)) { in setup_5445x_clocks()
/external/u-boot/arch/m68k/include/asm/
Dm5445x.h145 #define CCM_CCR_360_FBCONFIG_MASK (0x00E0) macro