Searched refs:SPI_MASTER_MUST_TX (Results 1 – 9 of 9) sorted by relevance
163 master->flags = SPI_MASTER_MUST_TX; in rb4xx_spi_probe()
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,
1097 .flags = SPI_MASTER_MUST_TX,1105 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,1115 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
466 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in bcm2835_dma_init()
518 master->flags = SPI_MASTER_MUST_TX; in mtk_spi_probe()
867 if (master->flags & (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX)) { in spi_map_msg()872 if ((master->flags & SPI_MASTER_MUST_TX) && in spi_map_msg()
876 SPI_MASTER_MUST_TX; in spi_imx_sdma_init()
1128 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in spi_sirfsoc_probe()
426 #define SPI_MASTER_MUST_TX BIT(4) /* requires tx */ macro