Lines Matching refs:tx_param
35 void *tx_param; member
81 if (c->tx_param) { in lpss_spi_setup()
82 struct dw_dma_slave *slave = c->tx_param; in lpss_spi_setup()
110 c->tx_param = &mrfld3_tx_param; in mrfld_spi_setup()
116 c->tx_param = &mrfld5_tx_param; in mrfld_spi_setup()
122 c->tx_param = &mrfld6_tx_param; in mrfld_spi_setup()
129 tx = c->tx_param; in mrfld_spi_setup()
150 .tx_param = &byt_tx_param,
157 .tx_param = &bsw0_tx_param,
164 .tx_param = &bsw1_tx_param,
171 .tx_param = &bsw2_tx_param,
189 .tx_param = &lpt_tx_param,
223 spi_pdata.tx_param = c->tx_param; in pxa2xx_spi_pci_probe()
225 spi_pdata.enable_dma = c->rx_param && c->tx_param; in pxa2xx_spi_pci_probe()