Searched refs:nanoseconds (Results 1 – 8 of 8) sorted by relevance
10 cell is the period in nanoseconds.
44 period in nanoseconds.
230 static inline int ns_to_t(int nanoseconds) in ns_to_t() argument234 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
79 static inline int ns_to_t(int nanoseconds) in ns_to_t() argument84 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
78 static inline int ns_to_t(int nanoseconds) in ns_to_t() argument83 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
54 /* all timings in nanoseconds */
77 /* all timings in nanoseconds */
98 /* all timings in nanoseconds */