Lines Matching refs:cur_bpw
193 unsigned cur_mode, cur_bpw; member
292 config.src_addr_width = sdd->cur_bpw / 8; in prepare_dma()
300 config.dst_addr_width = sdd->cur_bpw / 8; in prepare_dma()
435 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff) in s3c64xx_enable_datapath()
447 switch (sdd->cur_bpw) { in s3c64xx_enable_datapath()
474 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff) in s3c64xx_enable_datapath()
599 switch (sdd->cur_bpw) { in s3c64xx_wait_for_pio()
654 switch (sdd->cur_bpw) { in s3c64xx_spi_config()
743 if (bpw != sdd->cur_bpw || speed != sdd->cur_speed) { in s3c64xx_spi_transfer_one()
744 sdd->cur_bpw = bpw; in s3c64xx_spi_transfer_one()
1150 sdd->cur_bpw = 8; in s3c64xx_spi_probe()