Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dtime.h118 unsigned int tbhi, tblo, tbhi2; in get_tb() local
122 tblo = get_tbl(); in get_tb()
126 return ((u64)tbhi << 32) | tblo; in get_tb()
/Linux-v4.19/arch/m68k/include/asm/
Damigahw.h232 unsigned char tblo; char pad6[0xff]; member
/Linux-v4.19/drivers/block/
Damiflop.c229 ciaa.tblo=ticks%256; in ms_delay()