Home
last modified time | relevance | path

Searched refs:tblo (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dtime.h58 unsigned int tbhi, tblo, tbhi2; in get_tb() local
65 tblo = mftb(); in get_tb()
69 return ((u64)tbhi << 32) | tblo; in get_tb()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Damigahw.h232 unsigned char tblo; char pad6[0xff]; member
/OK3568_Linux_fs/kernel/drivers/block/
H A Damiflop.c347 ciaa.tblo=ticks%256; in ms_delay()