Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sh-msiof.c303 if (!(p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_clk_regs()
374 if (p->ctlr->flags & SPI_CONTROLLER_MUST_TX) { in sh_msiof_spi_set_pin_regs()
398 if (tx_buf || (p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_mode_regs()
1065 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
1074 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
1083 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
H A Dspi-rb4xx.c159 host->flags = SPI_CONTROLLER_MUST_TX; in rb4xx_spi_probe()
H A 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,
H A Dspi-sifive.c382 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_GPIO_SS; in sifive_spi_probe()
H A Dspi-pci1xxxx.c370 spi_host->flags = SPI_CONTROLLER_MUST_TX; in pci1xxxx_spi_probe()
H A Dspi-ingenic.c434 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in spi_ingenic_probe()
H A Dspi-at91-usart.c526 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in at91_usart_spi_probe()
H A Dspi-sunplus-sp7021.c436 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in sp7021_spi_controller_probe()
H A Dspi-uniphier.c714 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in uniphier_spi_probe()
H A Dspi-pic32.c776 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_MUST_RX; in pic32_spi_probe()
H A Dspi-meson-spicc.c866 master->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX); in meson_spicc_probe()
H A Dspi-fsl-lpspi.c941 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in fsl_lpspi_probe()
H A Dspi-dw-core.c950 host->flags |= SPI_CONTROLLER_MUST_TX; in dw_spi_add_host()
H A Dspi-geni-qcom.c1149 spi->flags = SPI_CONTROLLER_MUST_TX; in spi_geni_probe()
H A Dspi-mt65xx.c1147 master->flags = SPI_CONTROLLER_MUST_TX; in mtk_spi_probe()
H A Dspi-pxa2xx.c1495 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pxa2xx_spi_probe()
H A Dspi-atmel.c1552 host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX | in atmel_spi_probe()
H A Dspi.c1287 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1293 if ((ctlr->flags & SPI_CONTROLLER_MUST_TX) && in spi_map_msg()
H A Dspi-topcliff-pch.c1339 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pch_spi_pd_probe()
H A Dspi-stm32.c1764 .flags = SPI_CONTROLLER_MUST_TX,
H A Dspi-imx.c1357 SPI_CONTROLLER_MUST_TX; in spi_imx_sdma_init()
/openbmc/linux/include/linux/spi/
H A Dspi.h567 #define SPI_CONTROLLER_MUST_TX BIT(4) /* Requires tx */ macro