Searched refs:SPI_LINES_QUAD (Results 1 – 12 of 12) sorted by relevance
278 SPI_LINES_QUAD) && in spi_b91_is_config_supported()344 } else if (lines == SPI_LINES_QUAD) { in spi_b91_config()
59 (SPI_LINES_DUAL | SPI_LINES_QUAD | SPI_LINES_OCTAL)))) { in spi_oc_simple_configure()
40 | SPI_LINES_QUAD)) { in spi_bitbang_configure()
390 if ((mode & SPI_LINES_QUAD)) { in mss_qspi_hw_mode_set()483 SPI_LINES_QUAD | in mss_qspi_configure()
288 case SPI_LINES_QUAD: in encode_lines()304 case SPI_LINES_QUAD: in npins_from_spi_config()
157 case SPI_LINES_QUAD: in qmspi_config_get_lines()
250 case SPI_LINES_QUAD: in spi_esp32_get_line_mode()
237 SPI_LINES_QUAD | SPI_LINES_OCTAL)))) { in spi_dw_configure()
574 SPI_LINES_QUAD | in spi_pw_configure()
477 | SPI_WORD_SET(8) | SPI_LINES_QUAD; in test_spi_quad_write()
446 spi_cfg_quad.operation = SPI_WORD_SET(8) | SPI_LINES_QUAD; in main()
135 #define SPI_LINES_QUAD (2U << 16) macro