Home
last modified time | relevance | path

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

/include/linux/spi/
Dspi_bitbang.h53 unsigned nsecs,
105 unsigned nsecs, unsigned cpol, in bitbang_txrx_be_cpha0() argument
115 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_be_cpha0()
118 spidelay(nsecs); in bitbang_txrx_be_cpha0()
130 unsigned nsecs, unsigned cpol, in bitbang_txrx_be_cpha1() argument
141 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_be_cpha1()
144 spidelay(nsecs); in bitbang_txrx_be_cpha1()
/include/asm-m32r/
Ddelay.h14 extern void __ndelay(unsigned long nsecs);
/include/linux/
Dktime.h81 static inline ktime_t ktime_set(const long secs, const unsigned long nsecs) in ktime_set() argument
87 return (ktime_t) { .tv64 = (s64)secs * NSEC_PER_SEC + (s64)nsecs }; in ktime_set()
151 static inline ktime_t ktime_set(const long secs, const unsigned long nsecs) in ktime_set() argument
153 return (ktime_t) { .tv = { .sec = secs, .nsec = nsecs } }; in ktime_set()