Home
last modified time | relevance | path

Searched refs:spidelay (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-bitbang-txrx.h27 * void spidelay(unsigned);
66 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()
H A Dspi-sh-sci.c74 #define spidelay(x) ndelay(x) macro
H A Dspi-butterfly.c131 #define spidelay(X) do { } while (0) macro
132 /* #define spidelay ndelay */
H A Dspi-lm70llp.c128 static inline void spidelay(unsigned d) in spidelay() function
H A Dspi-gpio.c116 #define spidelay(nsecs) do {} while (0) macro
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-bitbang-txrx.h27 * void spidelay(unsigned);
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()
H A Dspi-butterfly.c131 #define spidelay(X) do { } while (0) macro
132 /* #define spidelay ndelay */
H A Dspi-lm70llp.c128 static inline void spidelay(unsigned d) in spidelay() function
H A Dspi-sh-sci.c74 #define spidelay(x) ndelay(x) macro
H A Dspi-gpio.c117 #define spidelay(nsecs) do {} while (0) macro

Completed in 5 milliseconds