Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/u-boot/arch/m68k/lib/
H A Dtime.c137 while (timerp->pcntr > 0) ; in __udelay()
159 now = timerp->pcntr; in get_timer()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dtimer.h46 u16 pcntr; /* 0x04 Count Register */ member
/openbmc/qemu/hw/m68k/
H A Dmcf5208.c59 uint16_t pcntr; member