Lines Matching defs:bits
39 static inline void setbits(struct sh_sci_spi *sp, int bits, int on)
44 * Writing the same bits sets the output value.
50 sp->val |= bits;
52 sp->val &= ~bits;
79 unsigned nsecs, u32 word, u8 bits,
82 return bitbang_txrx_be_cpha0(spi, nsecs, 0, flags, word, bits);
86 unsigned nsecs, u32 word, u8 bits,
89 return bitbang_txrx_be_cpha1(spi, nsecs, 0, flags, word, bits);
93 unsigned nsecs, u32 word, u8 bits,
96 return bitbang_txrx_be_cpha0(spi, nsecs, 1, flags, word, bits);
100 unsigned nsecs, u32 word, u8 bits,
103 return bitbang_txrx_be_cpha1(spi, nsecs, 1, flags, word, bits);