Lines Matching defs:cur_bpw
281 * @cur_bpw: number of bits in a single SPI data frame
309 unsigned int cur_bpw;
491 bpw = DIV_ROUND_UP(spi->cur_bpw, 8);
508 if (spi->cur_bpw == 16) {
572 if (spi->cur_bpw == 16) {
614 (rxplvl >= 2 || spi->cur_bpw > 8))) {
1079 if (spi->cur_bpw <= 8)
1081 else if (spi->cur_bpw <= 16)
1354 if (spi->cur_bpw == 16)
1369 bpw = spi->cur_bpw - 1;
1564 spi->cur_bpw = transfer->bits_per_word;
1591 if (spi->cur_bpw <= 8)
1593 else if (spi->cur_bpw <= 16)
1608 spi->cur_bpw, spi->cur_fthlv);