Home
last modified time | relevance | path

Searched defs:mftbu (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/vdso/
H A Dtimebase.h35 #define mftbu() ({unsigned long rval; \ macro
38 #define mftbu() ({unsigned long rval; \ macro
/openbmc/u-boot/drivers/timer/
H A Dmpc83xx_timer.c65 static inline u32 mftbu(void) in mftbu() function