Home
last modified time | relevance | path

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

/linux-2.6.39/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_s3c24xx_gpio.c59 #define spidelay(x) ndelay(x) macro
Dspi_sh_sci.c79 #define spidelay(x) ndelay(x) macro
Dspi_lm70llp.c140 static inline void spidelay(unsigned d) in spidelay() function
Dspi_butterfly.c149 #define spidelay(X) do{}while(0) macro
Dspi_gpio.c128 #define spidelay(nsecs) do {} while (0) macro