Lines Matching refs:data
38 * so some data is taken from the file:
156 u32 data;
159 data = bcm2835aux_rd(bs, BCM2835_AUX_SPI_IO);
163 *bs->rx_buf++ = (data >> 16) & 0xff;
166 *bs->rx_buf++ = (data >> 8) & 0xff;
169 *bs->rx_buf++ = (data >> 0) & 0xff;
179 u32 data;
186 data = 0;
189 data |= byte << (8 * (2 - i));
193 data |= (count * 8) << 24;
201 bcm2835aux_wr(bs, BCM2835_AUX_SPI_TXHOLD, data);
203 bcm2835aux_wr(bs, BCM2835_AUX_SPI_IO, data);
218 /* check if we have data to read */
223 /* check if we have data to write */
288 /* fill in tx fifo with data before enabling interrupts */
323 /* there is still data pending to read check the timeout */
350 * note that we use the variable data mode, which