Home
last modified time | relevance | path

Searched refs:CCM_MISCCR_LIMP (Results 1 – 8 of 8) sorted by relevance

/u-boot/arch/m68k/cpu/mcf5227x/
A Dspeed.c49 setbits_be16(&ccm->misccr, CCM_MISCCR_LIMP); in clock_enter_limp()
62 clrbits_be16(&ccm->misccr, CCM_MISCCR_LIMP); in clock_exit_limp()
109 if ((in_be16(&ccm->ccr) & CCM_MISCCR_LIMP) == CCM_MISCCR_LIMP) { in get_clocks()
/u-boot/arch/m68k/cpu/mcf532x/
A Dspeed.c59 if (in_be16(&ccm->misccr) & CCM_MISCCR_LIMP) { in get_sys_clock()
107 setbits_be16(&ccm->misccr, CCM_MISCCR_LIMP); in clock_limp()
119 clrbits_be16(&ccm->misccr, CCM_MISCCR_LIMP); in clock_exit_limp()
/u-boot/arch/m68k/cpu/mcf5445x/
A Dspeed.c51 setbits_be16(&ccm->misccr, CCM_MISCCR_LIMP); in clock_enter_limp()
64 clrbits_be16(&ccm->misccr, CCM_MISCCR_LIMP); in clock_exit_limp()
241 if ((in_be16(&ccm->ccr) & CCM_MISCCR_LIMP) == CCM_MISCCR_LIMP) { in setup_5445x_clocks()
/u-boot/arch/m68k/include/asm/
A Dm5227x.h136 #define CCM_MISCCR_LIMP (0x1000) /* Limp mode enable */ macro
A Dm5301x.h238 #define CCM_MISCCR_LIMP (0x1000) macro
A Dm5445x.h226 #define CCM_MISCCR_LIMP (0x1000) /* Limp mode enable */ macro
A Dm5441x.h232 #define CCM_MISCCR_LIMP (0x1000) macro
A Dm5329.h280 #define CCM_MISCCR_LIMP (0x1000) macro

Completed in 25 milliseconds