get_tbl            57 arch/powerpc/include/asm/delay.h 	unsigned long __start = get_tbl();                                     \
get_tbl           116 arch/powerpc/include/asm/time.h 		tblo = get_tbl();
get_tbl           174 arch/powerpc/include/asm/time.h 	return get_tbl() - tstamp;
get_tbl           468 arch/powerpc/kernel/time.c 		start = get_tbl();
get_tbl           469 arch/powerpc/kernel/time.c 		while (get_tbl() - start < loops)
get_tbl           232 arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c 	ts = get_tbl();
get_tbl           310 arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c 	req->irq_ticks += get_tbl() - ts;
get_tbl           333 arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c 	ts = get_tbl();
get_tbl           364 arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c 	req->irq_ticks += get_tbl() - ts;
get_tbl           123 drivers/spi/spi-mpc52xx.c 	ms->wcol_tx_timestamp = get_tbl();
get_tbl           224 drivers/spi/spi-mpc52xx.c 		ms->wcol_ticks += get_tbl() - ms->wcol_tx_timestamp;
get_tbl           225 drivers/spi/spi-mpc52xx.c 		ms->wcol_tx_timestamp = get_tbl();
get_tbl           250 drivers/spi/spi-mpc52xx.c 		ms->timestamp = get_tbl();
get_tbl           257 drivers/spi/spi-mpc52xx.c 	ms->wcol_tx_timestamp = get_tbl();
get_tbl           279 drivers/spi/spi-mpc52xx.c 	if (((int)get_tbl()) - ms->timestamp < 0)