Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7/
H A Darch_timer.c39 ulong nowl, nowu; in get_ticks() local
41 asm volatile("mrrc p15, 0, %0, %1, c14" : "=r" (nowl), "=r" (nowu)); in get_ticks()
43 gd->arch.tbl = nowl; in get_ticks()