Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/spi/
Dspidev_test.c143 if (!(mode & SPI_LOOP)) { in transfer()
254 mode |= SPI_LOOP; in parse_opts()
302 if (mode & SPI_LOOP) { in parse_opts()
403 if (mode & SPI_LOOP) { in transfer_buf()
/kernel/linux/linux-5.10/include/uapi/linux/spi/
Dspidev.h44 #define SPI_LOOP 0x20 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/spi/
Dspidev.h32 #define SPI_LOOP 0x20 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/spi/
Dspidev.h19 #define SPI_LOOP 0x20 macro
/kernel/linux/linux-5.10/drivers/spi/
Dspi-st-ssc4.c180 #define MODEBITS (SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST | SPI_LOOP | SPI_CS_HIGH)
249 if (spi->mode & SPI_LOOP) in spi_st_setup()
Dspi-fsl-lib.c91 | SPI_LSB_FIRST | SPI_LOOP; in mpc8xxx_spi_probe()
Dspi-xilinx.c206 if (spi->mode & SPI_LOOP) in xilinx_spi_chipselect()
429 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST | SPI_LOOP | in xilinx_spi_probe()
Dspi-dw-core.c283 cr0 |= ((spi->mode & SPI_LOOP) ? 1 : 0) << SPI_SRL_OFFSET; in dw_spi_prepare_cr0()
297 cr0 |= ((spi->mode & SPI_LOOP) ? 1 : 0) << DWC_SSI_CTRLR0_SRL_OFFSET; in dw_spi_prepare_cr0()
866 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LOOP; in dw_spi_add_host()
Dspi-qup.c666 if (spi->mode & SPI_LOOP && xfer->len > controller->in_fifo_sz) { in spi_qup_io_prep()
792 if (spi->mode & SPI_LOOP) in spi_qup_io_config()
806 if ((xfer->speed_hz >= SPI_HS_MIN_RATE) && !(spi->mode & SPI_LOOP)) in spi_qup_io_config()
1062 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LOOP; in spi_qup_probe()
Dspi-at91-usart.c376 if (spi->mode & SPI_LOOP) in at91_usart_spi_setup()
543 controller->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LOOP | SPI_CS_HIGH; in at91_usart_spi_probe()
Dspi-geni-qcom.c298 if (spi_slv->mode & SPI_LOOP) in setup_fifo_params()
699 spi->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LOOP | SPI_CS_HIGH; in spi_geni_probe()
Dspi-fsl-espi.c517 if (spi->mode & SPI_LOOP) in fsl_espi_setup()
685 SPI_LSB_FIRST | SPI_LOOP; in fsl_espi_probe()
Dspi-rspi.c868 if (spi->mode & SPI_LOOP) { in qspi_transfer_one()
1008 if (spi->mode & SPI_LOOP) in rspi_prepare_message()
1324 SPI_LOOP | ops->extra_mode_bits; in rspi_probe()
Dspi-davinci.c428 if (spi->mode & SPI_LOOP) in davinci_spi_setup()
957 dspi->bitbang.flags = SPI_NO_CS | SPI_LSB_FIRST | SPI_LOOP | SPI_CS_WORD; in davinci_spi_probe()
Dspi-lantiq-ssc.c336 if (mode & SPI_LOOP) in hw_setup_clock_mode()
983 SPI_LOOP; in lantiq_ssc_probe()
Dspi-imx.c535 if (spi->mode & SPI_LOOP) in mx51_ecspi_prepare_message()
749 if (spi->mode & SPI_LOOP) in mx31_prepare_transfer()
1659 spi_imx->bitbang.master->mode_bits |= SPI_LOOP | SPI_READY; in spi_imx_probe()
Dspi-fsl-spi.c474 if (spi->mode & SPI_LOOP) in fsl_spi_setup()
Dspidev.c63 | SPI_LSB_FIRST | SPI_3WIRE | SPI_LOOP \
Dspi-rockchip.c742 ctlr->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LOOP | SPI_LSB_FIRST; in rockchip_spi_probe()
Dspi-loopback-test.c325 spi->mode |= loop_req ? SPI_LOOP : 0; in spi_loopback_test_probe()
Dspi-pxa2xx.c1397 if (spi->mode & SPI_LOOP) in setup()
1713 controller->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LOOP; in pxa2xx_spi_probe()
Dspi-pl022.c2058 if (spi->mode & SPI_LOOP) in pl022_setup()
2214 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LOOP; in pl022_probe()
Dspi.c3440 (spi->mode & SPI_LOOP) ? "loopback, " : "", in spi_setup()
/kernel/linux/linux-5.10/include/linux/spi/
Dspi.h177 #define SPI_LOOP 0x20 /* loopback mode */ macro
/kernel/linux/linux-5.10/drivers/tty/serial/
Difx6x60.c1025 spi->mode = IFX_SPI_MODE | (SPI_LOOP & spi->mode); in ifx_spi_spi_probe()