Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dtime.h55 #define get_tbl get_tb macro
59 static inline unsigned long get_tbl(void) in get_tbl() function
122 tblo = get_tbl(); in get_tb()
180 return get_tbl() - tstamp; in tb_ticks_since()
Ddelay.h61 unsigned long __start = get_tbl(); \
/Linux-v4.19/drivers/spi/
Dspi-mpc52xx.c124 ms->wcol_tx_timestamp = get_tbl(); in mpc52xx_spi_start_transfer()
225 ms->wcol_ticks += get_tbl() - ms->wcol_tx_timestamp; in mpc52xx_spi_fsmstate_transfer()
226 ms->wcol_tx_timestamp = get_tbl(); in mpc52xx_spi_fsmstate_transfer()
251 ms->timestamp = get_tbl(); in mpc52xx_spi_fsmstate_transfer()
258 ms->wcol_tx_timestamp = get_tbl(); in mpc52xx_spi_fsmstate_transfer()
280 if (((int)get_tbl()) - ms->timestamp < 0) in mpc52xx_spi_fsmstate_wait()
/Linux-v4.19/arch/powerpc/platforms/52xx/
Dmpc52xx_lpbfifo.c233 ts = get_tbl(); in mpc52xx_lpbfifo_irq()
311 req->irq_ticks += get_tbl() - ts; in mpc52xx_lpbfifo_irq()
334 ts = get_tbl(); in mpc52xx_lpbfifo_bcom_irq()
365 req->irq_ticks += get_tbl() - ts; in mpc52xx_lpbfifo_bcom_irq()
/Linux-v4.19/arch/powerpc/kernel/
Dtime.c438 start = get_tbl(); in __delay()
439 while (get_tbl() - start < loops) in __delay()