Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dtimex.h218 static inline unsigned long long tod_to_ns(unsigned long long todval) in tod_to_ns() argument
220 return ((todval >> 9) * 125) + (((todval & 0x1ff) * 125) >> 9); in tod_to_ns()