Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dtime.h49 #define get_tbl get_tb macro
53 static inline unsigned long get_tbl(void) in get_tbl() function
116 tblo = get_tbl(); in get_tb()
174 return get_tbl() - tstamp; in tb_ticks_since()
Ddelay.h57 unsigned long __start = get_tbl(); \
/Linux-v5.4/drivers/spi/
Dspi-mpc52xx.c123 ms->wcol_tx_timestamp = get_tbl(); in mpc52xx_spi_start_transfer()
224 ms->wcol_ticks += get_tbl() - ms->wcol_tx_timestamp; in mpc52xx_spi_fsmstate_transfer()
225 ms->wcol_tx_timestamp = get_tbl(); in mpc52xx_spi_fsmstate_transfer()
250 ms->timestamp = get_tbl(); in mpc52xx_spi_fsmstate_transfer()
257 ms->wcol_tx_timestamp = get_tbl(); in mpc52xx_spi_fsmstate_transfer()
279 if (((int)get_tbl()) - ms->timestamp < 0) in mpc52xx_spi_fsmstate_wait()
/Linux-v5.4/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()
/Linux-v5.4/arch/powerpc/kernel/
Dtime.c468 start = get_tbl(); in __delay()
469 while (get_tbl() - start < loops) in __delay()