Home
last modified time | relevance | path

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

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