Home
last modified time | relevance | path

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

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