Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-bitbang-txrx.h58 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_be_cpha0()
61 spidelay(nsecs); in bitbang_txrx_be_cpha0()
86 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_be_cpha1()
89 spidelay(nsecs); in bitbang_txrx_be_cpha1()
Dspi-sh-sci.c80 #define spidelay(x) ndelay(x) macro
Dspi-lm70llp.c140 static inline void spidelay(unsigned d) in spidelay() function
Dspi-butterfly.c150 #define spidelay(X) do{}while(0) macro
Dspi-gpio.c138 #define spidelay(nsecs) do {} while (0) macro