Lines Matching refs:nsecs
116 #define spidelay(nsecs) do {} while (0)
135 unsigned nsecs, u32 word, u8 bits, unsigned flags)
138 return bitbang_txrx_le_cpha0(spi, nsecs, 0, flags, word, bits);
140 return bitbang_txrx_be_cpha0(spi, nsecs, 0, flags, word, bits);
144 unsigned nsecs, u32 word, u8 bits, unsigned flags)
147 return bitbang_txrx_le_cpha1(spi, nsecs, 0, flags, word, bits);
149 return bitbang_txrx_be_cpha1(spi, nsecs, 0, flags, word, bits);
153 unsigned nsecs, u32 word, u8 bits, unsigned flags)
156 return bitbang_txrx_le_cpha0(spi, nsecs, 1, flags, word, bits);
158 return bitbang_txrx_be_cpha0(spi, nsecs, 1, flags, word, bits);
162 unsigned nsecs, u32 word, u8 bits, unsigned flags)
165 return bitbang_txrx_le_cpha1(spi, nsecs, 1, flags, word, bits);
167 return bitbang_txrx_be_cpha1(spi, nsecs, 1, flags, word, bits);
181 unsigned nsecs, u32 word, u8 bits, unsigned flags)
185 return bitbang_txrx_le_cpha0(spi, nsecs, 0, flags, word, bits);
187 return bitbang_txrx_be_cpha0(spi, nsecs, 0, flags, word, bits);
191 unsigned nsecs, u32 word, u8 bits, unsigned flags)
195 return bitbang_txrx_le_cpha1(spi, nsecs, 0, flags, word, bits);
197 return bitbang_txrx_be_cpha1(spi, nsecs, 0, flags, word, bits);
201 unsigned nsecs, u32 word, u8 bits, unsigned flags)
205 return bitbang_txrx_le_cpha0(spi, nsecs, 1, flags, word, bits);
207 return bitbang_txrx_be_cpha0(spi, nsecs, 1, flags, word, bits);
211 unsigned nsecs, u32 word, u8 bits, unsigned flags)
215 return bitbang_txrx_le_cpha1(spi, nsecs, 1, flags, word, bits);
217 return bitbang_txrx_be_cpha1(spi, nsecs, 1, flags, word, bits);