Home
last modified time | relevance | path

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

12

/linux/tools/spi/
H A Dspidev_test.c141 else if (mode & SPI_RX_QUAD) in transfer()
148 else if (mode & (SPI_RX_OCTAL | SPI_RX_QUAD | SPI_RX_DUAL)) in transfer()
334 mode |= SPI_RX_QUAD; in parse_opts()
/linux/include/uapi/linux/spi/
H A Dspi.h25 #define SPI_RX_QUAD _BITUL(11) /* receive with 4 wires */ macro
/linux/drivers/mtd/spi-nor/controllers/
H A Dnxp-spifi.c299 mode |= SPI_RX_QUAD; in nxp_spifi_setup_flash()
321 } else if (mode & SPI_RX_QUAD) { in nxp_spifi_setup_flash()
/linux/drivers/spi/
H A Dspi-mxic.c304 else if (spi->mode & (SPI_TX_QUAD | SPI_RX_QUAD)) in mxic_spi_prep_hc_cfg()
615 !(spi->mode & SPI_RX_QUAD)) || in mxic_spi_transfer_one()
631 if (spi->mode & SPI_RX_QUAD) in mxic_spi_transfer_one()
810 SPI_RX_QUAD | SPI_TX_QUAD | in mxic_spi_probe()
H A Dspi-hisi-sfc-v3xx.c401 hisi_sfc_v3xx_buswidth_override_bits = SPI_RX_QUAD | SPI_TX_QUAD; in hisi_sfc_v3xx_dmi_quirk()
443 ctlr->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | in hisi_sfc_v3xx_probe()
H A Dspi-sifive.c377 | SPI_RX_DUAL | SPI_RX_QUAD; in sifive_spi_probe()
H A Dspi-mem.c116 (mode & (SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL)))) in spi_check_buswidth_req()
123 (!tx && (mode & (SPI_RX_QUAD | SPI_RX_OCTAL)))) in spi_check_buswidth_req()
H A Dspi-realtek-rtl-snand.c402 ctrl->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | SPI_TX_DUAL | SPI_TX_QUAD; in rtl_snand_probe()
H A Dspi-amlogic-spifc-a1.c367 SPI_RX_QUAD | SPI_TX_QUAD); in amlogic_spifc_a1_probe()
H A Dspi-cadence-xspi.c818 spi->mode |= SPI_RX_QUAD; in cdns_xspi_supports_op()
1156 SPI_RX_DUAL | SPI_RX_QUAD | SPI_TX_OCTAL | SPI_RX_OCTAL | in cdns_xspi_probe()
H A Dspi-sg2044-nor.c462 ctrl->mode_bits = SPI_RX_DUAL | SPI_TX_DUAL | SPI_RX_QUAD | SPI_TX_QUAD; in sg2044_spifmc_probe()
H A Dspi-rspi.c1014 (SPI_TX_DUAL | SPI_TX_QUAD | SPI_RX_DUAL | SPI_RX_QUAD)) { in rspi_prepare_message()
1202 SPI_RX_DUAL | SPI_RX_QUAD,
H A Dspi-aspeed-smc.c1147 .mode_bits = SPI_RX_QUAD | SPI_TX_QUAD,
1162 .mode_bits = SPI_RX_QUAD | SPI_TX_QUAD,
H A Dspi-zynq-qspi.c717 ctlr->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | in zynq_qspi_probe()
H A Dspi-sn-f-ospi.c620 | SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL in f_ospi_probe()
H A Dspi-armada-3700.c845 SPI_RX_QUAD | SPI_TX_QUAD); in a3700_spi_probe()
H A Dspi-sun6i.c792 .mode_bits = SPI_RX_DUAL | SPI_TX_DUAL | SPI_RX_QUAD | SPI_TX_QUAD,
H A Dspi-img-spfi.c589 host->mode_bits |= SPI_TX_QUAD | SPI_RX_QUAD; in img_spfi_probe()
H A Dspi-rockchip-sfc.c626 host->mode_bits = SPI_TX_QUAD | SPI_TX_DUAL | SPI_RX_QUAD | SPI_RX_DUAL; in rockchip_sfc_probe()
H A Dspidev.c66 | SPI_RX_QUAD | SPI_RX_OCTAL \
H A Dspi-fsl-qspi.c878 ctlr->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | in fsl_qspi_probe()
H A Dspi-amd.c828 host->mode_bits = SPI_TX_DUAL | SPI_TX_QUAD | SPI_RX_DUAL | SPI_RX_QUAD; in amd_spi_probe_common()
H A Dspi-ti-qspi.c772 host->mode_bits = SPI_CPOL | SPI_CPHA | SPI_RX_DUAL | SPI_RX_QUAD; in ti_qspi_probe()
H A Dspi-amlogic-spisg.c786 SPI_3WIRE | SPI_TX_QUAD | SPI_RX_QUAD; in aml_spisg_probe()
H A Dspi-stm32-qspi.c836 ctrl->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | SPI_TX_OCTAL in stm32_qspi_probe()

12