Home
last modified time | relevance | path

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

/net-tools-3.4.0/mbedtls-2.4.0/library/
Dtiming.c127 unsigned long tbl, tbu0, tbu1; in mbedtls_timing_hardclock() local
131 asm volatile( "mftbu %0" : "=r" (tbu0) ); in mbedtls_timing_hardclock()
135 while( tbu0 != tbu1 ); in mbedtls_timing_hardclock()