Lines Matching refs:cur_bpw
187 unsigned cur_mode, cur_bpw; member
286 config.src_addr_width = sdd->cur_bpw / 8; in prepare_dma()
294 config.dst_addr_width = sdd->cur_bpw / 8; in prepare_dma()
389 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff) in s3c64xx_enable_datapath()
401 switch (sdd->cur_bpw) { in s3c64xx_enable_datapath()
428 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff) in s3c64xx_enable_datapath()
553 switch (sdd->cur_bpw) { in s3c64xx_wait_for_pio()
607 switch (sdd->cur_bpw) { in s3c64xx_spi_config()
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()
1091 sdd->cur_bpw = 8; in s3c64xx_spi_probe()