Lines Matching refs:cur_bpw
193 unsigned cur_mode, cur_bpw; member
291 config.src_addr_width = sdd->cur_bpw / 8; in prepare_dma()
299 config.dst_addr_width = sdd->cur_bpw / 8; in prepare_dma()
397 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff) in enable_datapath()
409 switch (sdd->cur_bpw) { in enable_datapath()
436 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff) in enable_datapath()
553 switch (sdd->cur_bpw) { in wait_for_pio()
608 switch (sdd->cur_bpw) { in s3c64xx_spi_config()
658 || sdd->cur_bpw != spi->bits_per_word) { in s3c64xx_spi_prepare_message()
659 sdd->cur_bpw = spi->bits_per_word; in s3c64xx_spi_prepare_message()
688 if (bpw != sdd->cur_bpw || speed != sdd->cur_speed) { in s3c64xx_spi_transfer_one()
689 sdd->cur_bpw = bpw; in s3c64xx_spi_transfer_one()
1088 sdd->cur_bpw = 8; in s3c64xx_spi_probe()