Searched refs:CCM_MISCCR_LIMP (Results 1 – 8 of 8) sorted by relevance
49 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()
59 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()
51 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()
136 #define CCM_MISCCR_LIMP (0x1000) /* Limp mode enable */ macro
238 #define CCM_MISCCR_LIMP (0x1000) macro
226 #define CCM_MISCCR_LIMP (0x1000) /* Limp mode enable */ macro
232 #define CCM_MISCCR_LIMP (0x1000) macro
280 #define CCM_MISCCR_LIMP (0x1000) macro
Completed in 25 milliseconds