Lines Matching refs:bits
52 u32 word, u8 bits);
57 u32 word, u8 bits),
65 u32 word, u8 bits), in bitbang_txrx_8() argument
69 unsigned bits = t->bits_per_word; in bitbang_txrx_8() local
79 word = txrx_word(spi, ns, word, bits); in bitbang_txrx_8()
91 u32 word, u8 bits), in bitbang_txrx_16() argument
95 unsigned bits = t->bits_per_word; in bitbang_txrx_16() local
105 word = txrx_word(spi, ns, word, bits); in bitbang_txrx_16()
117 u32 word, u8 bits), in bitbang_txrx_32() argument
121 unsigned bits = t->bits_per_word; in bitbang_txrx_32() local
131 word = txrx_word(spi, ns, word, bits); in bitbang_txrx_32()