Home
last modified time | relevance | path

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

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