Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/include/asm/
A Dtimex.h243 static inline unsigned long tod_to_ns(unsigned long todval) in tod_to_ns() argument
245 return ((todval >> 9) * 125) + (((todval & 0x1ff) * 125) >> 9); in tod_to_ns()

Completed in 3 milliseconds