Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dslicetimer.c38 out_be32(&timerp->cr, SLT_CR_TEN); in __udelay()
82 out_be32(&timerp->cr, SLT_CR_RUN | SLT_CR_IEN | SLT_CR_TEN); in timer_init()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm547x_8x.h230 #define SLT_CR_TEN (0x01000000) macro