Lines Matching refs:nsecs
117 #define spidelay(nsecs) do {} while (0)
136 unsigned nsecs, u32 word, u8 bits, unsigned flags)
138 return bitbang_txrx_be_cpha0(spi, nsecs, 0, flags, word, bits);
142 unsigned nsecs, u32 word, u8 bits, unsigned flags)
144 return bitbang_txrx_be_cpha1(spi, nsecs, 0, flags, word, bits);
148 unsigned nsecs, u32 word, u8 bits, unsigned flags)
150 return bitbang_txrx_be_cpha0(spi, nsecs, 1, flags, word, bits);
154 unsigned nsecs, u32 word, u8 bits, unsigned flags)
156 return bitbang_txrx_be_cpha1(spi, nsecs, 1, flags, word, bits);
170 unsigned nsecs, u32 word, u8 bits, unsigned flags)
173 return bitbang_txrx_be_cpha0(spi, nsecs, 0, flags, word, bits);
177 unsigned nsecs, u32 word, u8 bits, unsigned flags)
180 return bitbang_txrx_be_cpha1(spi, nsecs, 0, flags, word, bits);
184 unsigned nsecs, u32 word, u8 bits, unsigned flags)
187 return bitbang_txrx_be_cpha0(spi, nsecs, 1, flags, word, bits);
191 unsigned nsecs, u32 word, u8 bits, unsigned flags)
194 return bitbang_txrx_be_cpha1(spi, nsecs, 1, flags, word, bits);