Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/lib/
H A Dtime.c131 timerp->pcsr = PIT_PCSR_OVW; in __udelay()
147 timerp->pcsr = PIT_PCSR_OVW; in timer_init()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dtimer.h90 #define PIT_PCSR_OVW (0x0010) macro