Lines Matching refs:cur_bpw
192 unsigned cur_mode, cur_bpw; member
290 config.src_addr_width = sdd->cur_bpw / 8; in prepare_dma()
298 config.dst_addr_width = sdd->cur_bpw / 8; in prepare_dma()
396 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff) in enable_datapath()
408 switch (sdd->cur_bpw) { in enable_datapath()
435 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff) in enable_datapath()
552 switch (sdd->cur_bpw) { in wait_for_pio()
607 switch (sdd->cur_bpw) { in s3c64xx_spi_config()
657 || sdd->cur_bpw != spi->bits_per_word) { in s3c64xx_spi_prepare_message()
658 sdd->cur_bpw = spi->bits_per_word; in s3c64xx_spi_prepare_message()
687 if (bpw != sdd->cur_bpw || speed != sdd->cur_speed) { in s3c64xx_spi_transfer_one()
688 sdd->cur_bpw = bpw; in s3c64xx_spi_transfer_one()
1085 sdd->cur_bpw = 8; in s3c64xx_spi_probe()