Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/cpu/
H A Dtime.c12 return read_c0_count(); in timer_read_counter()
/openbmc/u-boot/doc/
H A DREADME.qemu-mips195 78 while ((tmo - read_c0_count()) < 0x7fffffff)
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1140 #define read_c0_count() __read_32bit_c0_register($9, 0) macro