Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/lib/
H A Dtime.c132 timerp->pcsr = PIT_PCSR_OVW; in __udelay()
148 timerp->pcsr = PIT_PCSR_OVW; in timer_init()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dtimer.h91 #define PIT_PCSR_OVW (0x0010) macro