| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | stm32_qspi.c | 232 } else if (mode & SPI_RX_DUAL) { in _stm32_qspi_gen_ccr() 598 else if (mode & SPI_RX_DUAL) in stm32_qspi_set_mode() 599 priv->mode |= SPI_RX_DUAL; in stm32_qspi_set_mode() 601 priv->mode &= ~(SPI_RX_QUAD | SPI_RX_DUAL); in stm32_qspi_set_mode() 614 else if (mode & SPI_RX_DUAL) in stm32_qspi_set_mode()
|
| H A D | ti_qspi.c | 445 u32 mode = slave->mode & (SPI_RX_QUAD | SPI_RX_DUAL); in __ti_qspi_setup_memorymap() 461 case SPI_RX_DUAL: in __ti_qspi_setup_memorymap()
|
| H A D | bcm63xx_hsspi.c | 243 if ((opcode == HSSPI_FIFO_OP_CODE_R && plat->mode == SPI_RX_DUAL) || in bcm63xx_hsspi_xfer()
|
| H A D | spi-uclass.c | 485 mode |= SPI_RX_DUAL; in spi_slave_ofdata_to_platdata()
|
| H A D | spi-mem.c | 115 (!tx && (mode & (SPI_RX_DUAL | SPI_RX_QUAD)))) in spi_check_buswidth_req()
|
| /OK3568_Linux_fs/kernel/tools/spi/ |
| H A D | spidev_test.c | 141 else if (mode & SPI_RX_DUAL) in transfer() 146 else if (mode & (SPI_RX_OCTAL | SPI_RX_QUAD | SPI_RX_DUAL)) in transfer() 304 mode |= SPI_RX_DUAL; in parse_opts()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-mxic.c | 363 else if (mem->spi->mode & (SPI_TX_DUAL | SPI_RX_DUAL)) in mxic_spi_mem_exec_op() 457 !(spi->mode & SPI_RX_DUAL))) in mxic_spi_transfer_one() 473 else if (spi->mode & SPI_RX_DUAL) in mxic_spi_transfer_one() 565 SPI_RX_DUAL | SPI_TX_DUAL | in mxic_spi_probe()
|
| H A D | spi-synquacer.c | 277 if (bpw == 8 && (mode & (SPI_TX_DUAL | SPI_RX_DUAL)) && div < 3) in synquacer_spi_config() 708 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_TX_DUAL | SPI_RX_DUAL | in synquacer_spi_probe()
|
| H A D | spi-sifive.c | 377 | SPI_RX_DUAL | SPI_RX_QUAD; in sifive_spi_probe()
|
| H A D | spi-hisi-sfc-v3xx.c | 426 ctlr->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | in hisi_sfc_v3xx_probe()
|
| H A D | spi.c | 1985 spi->mode |= SPI_RX_DUAL; in of_spi_parse_dt() 3354 ((spi->mode & SPI_RX_DUAL) && (spi->mode & SPI_RX_QUAD))) { in spi_setup() 3363 SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL))) in spi_setup() 3378 SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL); in spi_setup() 3649 !(spi->mode & (SPI_RX_DUAL | SPI_RX_QUAD))) in __spi_validate()
|
| H A D | spi-bcm63xx-hsspi.c | 418 SPI_RX_DUAL | SPI_TX_DUAL; in bcm63xx_hsspi_probe()
|
| H A D | spi-rspi.c | 1014 (SPI_TX_DUAL | SPI_TX_QUAD | SPI_RX_DUAL | SPI_RX_QUAD)) { in rspi_prepare_message() 1208 SPI_RX_DUAL | SPI_RX_QUAD,
|
| H A D | spi-zynq-qspi.c | 706 ctlr->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | in zynq_qspi_probe()
|
| H A D | spi-pic32-sqi.c | 650 SPI_RX_DUAL | SPI_TX_QUAD | SPI_RX_QUAD; in pic32_sqi_probe()
|
| H A D | spi-qcom-qspi.c | 526 SPI_TX_DUAL | SPI_RX_DUAL | in qcom_qspi_probe()
|
| H A D | atmel-quadspi.c | 549 ctrl->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | SPI_TX_DUAL | SPI_TX_QUAD; in atmel_qspi_probe()
|
| H A D | spidev.c | 65 | SPI_TX_QUAD | SPI_TX_OCTAL | SPI_RX_DUAL \
|
| H A D | spi-mem.c | 114 (mode & (SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL)))) in spi_check_buswidth_req()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/spi/ |
| H A D | spidev.h | 49 #define SPI_RX_DUAL 0x400 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/spi/ |
| H A D | spidev.h | 49 #define SPI_RX_DUAL 0x400 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/spi/ |
| H A D | spidev.h | 49 #define SPI_RX_DUAL 0x400 macro
|
| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/ |
| H A D | nxp-spifi.c | 297 mode |= SPI_RX_DUAL; in nxp_spifi_setup_flash() 319 if (mode & SPI_RX_DUAL) { in nxp_spifi_setup_flash()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spi.h | 32 #define SPI_RX_DUAL BIT(12) /* receive with 2 wires */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/spi/ |
| H A D | spi.h | 183 #define SPI_RX_DUAL 0x400 /* receive with 2 wires */ macro
|