Home
last modified time | relevance | path

Searched refs:pcntr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/m68k/coldfire/
H A Dpit.c118 u16 pcntr; in pit_read_clk() local
121 pcntr = __raw_readw(TA(MCFPIT_PCNTR)); in pit_read_clk()
125 return cycles + PIT_CYCLES_PER_JIFFY - pcntr; in pit_read_clk()
/OK3568_Linux_fs/u-boot/arch/m68k/lib/
H A Dtime.c138 while (timerp->pcntr > 0) ; in __udelay()
160 now = timerp->pcntr; in get_timer()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dtimer.h47 u16 pcntr; /* 0x04 Count Register */ member