Searched refs:SPI_MASTER_MUST_TX (Results 1 – 5 of 5) sorted by relevance
274 if (!(p->chipdata->master_flags & SPI_MASTER_MUST_TX)) in sh_msiof_spi_set_clk_regs()339 if (p->chipdata->master_flags & SPI_MASTER_MUST_TX) { in sh_msiof_spi_set_pin_regs()363 if (tx_buf || (p->chipdata->master_flags & SPI_MASTER_MUST_TX)) in sh_msiof_spi_set_mode_regs()970 .master_flags = SPI_MASTER_MUST_TX,
1103 .flags = SPI_MASTER_MUST_TX,1111 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,1121 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
624 if (master->flags & (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX)) { in spi_map_msg()629 if ((master->flags & SPI_MASTER_MUST_TX) && in spi_map_msg()
869 SPI_MASTER_MUST_TX; in spi_imx_sdma_init()
357 #define SPI_MASTER_MUST_TX BIT(4) /* requires tx */ macro