Home
last modified time | relevance | path

Searched refs:cur_bpw (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/spi/
Dspi-s3c64xx.c192 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()
[all …]