Lines Matching defs:word
68 u32 word, u8 bits)78 setmosi(data, (word & 1));83 word >>= 1;85 word |= (getmiso(data) << 31);93 word >>= shift;94 return word;106 u8 word = 0;113 word = *tx++;115 SPI_CONTROLLER_NO_RX, word, 8);122 word = bitbang_txrx_be_cpha0_lsb(data, 1, 0,123 SPI_CONTROLLER_NO_TX, word, 8);124 *rx++ = word;