Searched refs:spidelay (Results 1 – 5 of 5) sorted by relevance
63 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_be_cpha0()66 spidelay(nsecs); in bitbang_txrx_be_cpha0()96 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_be_cpha1()99 spidelay(nsecs); in bitbang_txrx_be_cpha1()
78 #define spidelay(x) ndelay(x) macro
136 static inline void spidelay(unsigned d) in spidelay() function
146 #define spidelay(X) do { } while (0) macro
134 #define spidelay(nsecs) do {} while (0) macro