cur_bpw 183 drivers/spi/spi-s3c64xx.c unsigned cur_mode, cur_bpw; cur_bpw 281 drivers/spi/spi-s3c64xx.c config.src_addr_width = sdd->cur_bpw / 8; cur_bpw 289 drivers/spi/spi-s3c64xx.c config.dst_addr_width = sdd->cur_bpw / 8; cur_bpw 371 drivers/spi/spi-s3c64xx.c writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff) cur_bpw 383 drivers/spi/spi-s3c64xx.c switch (sdd->cur_bpw) { cur_bpw 410 drivers/spi/spi-s3c64xx.c writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff) cur_bpw 529 drivers/spi/spi-s3c64xx.c switch (sdd->cur_bpw) { cur_bpw 582 drivers/spi/spi-s3c64xx.c switch (sdd->cur_bpw) { cur_bpw 653 drivers/spi/spi-s3c64xx.c if (bpw != sdd->cur_bpw || speed != sdd->cur_speed) { cur_bpw 654 drivers/spi/spi-s3c64xx.c sdd->cur_bpw = bpw; cur_bpw 1077 drivers/spi/spi-s3c64xx.c sdd->cur_bpw = 8; cur_bpw 304 drivers/spi/spi-stm32.c unsigned int cur_bpw; cur_bpw 479 drivers/spi/spi-stm32.c if (spi->cur_bpw <= 8) cur_bpw 481 drivers/spi/spi-stm32.c else if (spi->cur_bpw <= 16) cur_bpw 487 drivers/spi/spi-stm32.c if (spi->cur_bpw > 8) cur_bpw 508 drivers/spi/spi-stm32.c if (spi->cur_bpw == 16) { cur_bpw 572 drivers/spi/spi-stm32.c if (spi->cur_bpw == 16) { cur_bpw 613 drivers/spi/spi-stm32.c (flush && (rxplvl >= 2 || spi->cur_bpw > 8))) { cur_bpw 1114 drivers/spi/spi-stm32.c if (spi->cur_bpw <= 8) cur_bpw 1116 drivers/spi/spi-stm32.c else if (spi->cur_bpw <= 16) cur_bpw 1377 drivers/spi/spi-stm32.c if (spi->cur_bpw == 16) cur_bpw 1392 drivers/spi/spi-stm32.c bpw = spi->cur_bpw - 1; cur_bpw 1584 drivers/spi/spi-stm32.c if (spi->cur_bpw != transfer->bits_per_word) { cur_bpw 1585 drivers/spi/spi-stm32.c spi->cur_bpw = transfer->bits_per_word; cur_bpw 1618 drivers/spi/spi-stm32.c if (spi->cur_bpw <= 8) cur_bpw 1620 drivers/spi/spi-stm32.c else if (spi->cur_bpw <= 16) cur_bpw 1637 drivers/spi/spi-stm32.c spi->cur_bpw, spi->cur_fthlv);