Lines Matching defs:byte
90 * @tx_buf: pointer whence next transmitted byte is read
91 * @rx_buf: pointer where next received byte is written
215 u8 byte;
219 byte = bcm2835_rd(bs, BCM2835_SPI_FIFO);
221 *bs->rx_buf++ = byte;
228 u8 byte;
232 byte = bs->tx_buf ? *bs->tx_buf++ : 0;
233 bcm2835_wr(bs, BCM2835_SPI_FIFO, byte);
442 * A limitation in DMA mode is that the FIFO must be accessed in 4 byte chunks.
457 * stream of 4 byte chunks, it treats every entry separately: A TX entry is
464 * The residue of 1 byte in the RX FIFO is picked up by DMA. Together with
1087 * there is 1 idle clocks cycles after each byte getting transferred
1088 * so we have 9 cycles/byte. This is used to find the number of Hz
1089 * per byte per polling limit. E.g., we can transfer 1 byte in 30 us