Lines Matching defs:cur_bpw
277 * @cur_bpw: number of bits in a single SPI data frame
304 unsigned int cur_bpw;
487 if (spi->cur_bpw <= 8)
489 else if (spi->cur_bpw <= 16)
495 if (spi->cur_bpw > 8)
519 if (spi->cur_bpw == 16) {
583 if (spi->cur_bpw == 16) {
625 (flush && (rxplvl >= 2 || spi->cur_bpw > 8))) {
1116 if (spi->cur_bpw <= 8)
1118 else if (spi->cur_bpw <= 16)
1387 if (spi->cur_bpw == 16)
1402 bpw = spi->cur_bpw - 1;
1606 spi->cur_bpw = transfer->bits_per_word;
1631 if (spi->cur_bpw <= 8)
1633 else if (spi->cur_bpw <= 16)
1648 spi->cur_bpw, spi->cur_fthlv);