Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dslicetimer.c44 setbits_be32(&timerp->sr, SLT_SR_ST); in __udelay()
54 setbits_be32(&timerp->sr, SLT_SR_ST); in dtimer_interrupt()
70 out_be32(&timerp->sr, SLT_SR_BE | SLT_SR_ST); in timer_init()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm547x_8x.h233 #define SLT_SR_ST (0x01000000) macro