Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/spi/
Dspi-rb4xx.c159 host->flags = SPI_CONTROLLER_MUST_TX; in rb4xx_spi_probe()
Dspi-sh-msiof.c300 if (!(p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_clk_regs()
371 if (p->ctlr->flags & SPI_CONTROLLER_MUST_TX) { in sh_msiof_spi_set_pin_regs()
395 if (tx_buf || (p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_mode_regs()
1062 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
1071 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
Dspi-rspi.c1188 .flags = SPI_CONTROLLER_MUST_TX,
1198 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
1210 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
Dspi-sifive.c382 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_GPIO_SS; in sifive_spi_probe()
Dspi-ingenic.c434 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in spi_ingenic_probe()
Dspi-pci1xxxx.c368 spi_host->flags = SPI_CONTROLLER_MUST_TX; in pci1xxxx_spi_probe()
Dspi-at91-usart.c526 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in at91_usart_spi_probe()
Dspi-sunplus-sp7021.c436 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in sp7021_spi_controller_probe()
Dspi-pic32.c776 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_MUST_RX; in pic32_spi_probe()
Dspi-uniphier.c714 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in uniphier_spi_probe()
Dspi-dw-core.c950 host->flags |= SPI_CONTROLLER_MUST_TX; in dw_spi_add_host()
Dspi-fsl-lpspi.c911 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in fsl_lpspi_probe()
Dspi-meson-spicc.c866 master->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX); in meson_spicc_probe()
Dspi-geni-qcom.c1145 spi->flags = SPI_CONTROLLER_MUST_TX; in spi_geni_probe()
Dspi-mt65xx.c1145 master->flags = SPI_CONTROLLER_MUST_TX; in mtk_spi_probe()
Dspi-pxa2xx.c1495 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pxa2xx_spi_probe()
Dspi-atmel.c1474 host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX | in atmel_spi_probe()
Dspi.c1273 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1279 if ((ctlr->flags & SPI_CONTROLLER_MUST_TX) && in spi_map_msg()
Dspi-imx.c1359 SPI_CONTROLLER_MUST_TX; in spi_imx_sdma_init()
Dspi-stm32.c1764 .flags = SPI_CONTROLLER_MUST_TX,
Dspi-topcliff-pch.c1339 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pch_spi_pd_probe()
/Linux-v6.6/include/linux/spi/
Dspi.h567 #define SPI_CONTROLLER_MUST_TX BIT(4) /* Requires tx */ macro