Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-bitbang-txrx.h66 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_be_cpha0()
69 spidelay(nsecs); in bitbang_txrx_be_cpha0()
99 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_be_cpha1()
102 spidelay(nsecs); in bitbang_txrx_be_cpha1()
131 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_le_cpha0()
134 spidelay(nsecs); in bitbang_txrx_le_cpha0()
165 spidelay(nsecs); /* T(setup) */ in bitbang_txrx_le_cpha1()
168 spidelay(nsecs); in bitbang_txrx_le_cpha1()
Dspi-sh-sci.c74 #define spidelay(x) ndelay(x) macro
Dspi-lm70llp.c128 static inline void spidelay(unsigned d) in spidelay() function
Dspi-butterfly.c131 #define spidelay(X) do { } while (0) macro
Dspi-gpio.c116 #define spidelay(nsecs) do {} while (0) macro