Home
last modified time | relevance | path

Searched refs:tbhi (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/vdso/
H A Dtimebase.h48 unsigned int tbhi, tblo, tbhi2; in get_tb() local
58 tbhi = mftbu(); in get_tb()
61 } while (tbhi != tbhi2); in get_tb()
63 return ((u64)tbhi << 32) | tblo; in get_tb()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dtime.h58 unsigned int tbhi, tblo, tbhi2; in get_tb() local
64 tbhi = mftbu(); in get_tb()
67 } while (tbhi != tbhi2); in get_tb()
69 return ((u64)tbhi << 32) | tblo; in get_tb()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Damigahw.h233 unsigned char tbhi; char pad7[0xff]; member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Damigahw.h233 unsigned char tbhi; char pad7[0xff]; member
/kernel/linux/linux-5.10/drivers/block/
H A Damiflop.c348 ciaa.tbhi=ticks/256; in ms_delay()
/kernel/linux/linux-6.6/drivers/block/
H A Damiflop.c348 ciaa.tbhi=ticks/256; in ms_delay()

Completed in 15 milliseconds