Searched refs:spidelay (Results 1 – 5 of 5) sorted by relevance
64 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_be_cpha0()67 spidelay(nsecs); in bitbang_txrx_be_cpha0()97 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_be_cpha1()100 spidelay(nsecs); in bitbang_txrx_be_cpha1()
74 #define spidelay(x) ndelay(x) macro
128 static inline void spidelay(unsigned d) in spidelay() function
131 #define spidelay(X) do { } while (0) macro
117 #define spidelay(nsecs) do {} while (0) macro