Home
last modified time | relevance | path

Searched refs:get_tbl (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/include/asm/
Dtime.h57 #define get_tbl get_tb macro
61 static inline unsigned long get_tbl(void) in get_tbl() function
115 tblo = get_tbl(); in get_tb()
175 return get_tbl() - tstamp; in tb_ticks_since()
Ddelay.h60 unsigned long __start = get_tbl(); \
/arch/powerpc/xmon/
Dnonstdio.c33 t0 = get_tbl(); in xmon_expect()
39 if (get_tbl() - t0 > timeout) in xmon_expect()
/arch/powerpc/platforms/52xx/
Dmpc52xx_lpbfifo.c232 ts = get_tbl(); in mpc52xx_lpbfifo_irq()
310 req->irq_ticks += get_tbl() - ts; in mpc52xx_lpbfifo_irq()
333 ts = get_tbl(); in mpc52xx_lpbfifo_bcom_irq()
364 req->irq_ticks += get_tbl() - ts; in mpc52xx_lpbfifo_bcom_irq()
/arch/powerpc/kernel/
Dtime.c386 start = get_tbl(); in __delay()
387 while (get_tbl() - start < loops) in __delay()