Lines Matching refs:bits
50 u32 word, u8 bits);
55 u32 word, u8 bits),
63 u32 word, u8 bits), in bitbang_txrx_8() argument
67 unsigned bits = t->bits_per_word; in bitbang_txrx_8() local
77 word = txrx_word(spi, ns, word, bits); in bitbang_txrx_8()
89 u32 word, u8 bits), in bitbang_txrx_16() argument
93 unsigned bits = t->bits_per_word; in bitbang_txrx_16() local
103 word = txrx_word(spi, ns, word, bits); in bitbang_txrx_16()
115 u32 word, u8 bits), in bitbang_txrx_32() argument
119 unsigned bits = t->bits_per_word; in bitbang_txrx_32() local
129 word = txrx_word(spi, ns, word, bits); in bitbang_txrx_32()