Lines Matching refs:tx_param
36 void *tx_param; member
95 if (c->tx_param) { in lpss_spi_setup()
96 struct dw_dma_slave *slave = c->tx_param; in lpss_spi_setup()
125 c->tx_param = &mrfld3_tx_param; in mrfld_spi_setup()
131 c->tx_param = &mrfld5_tx_param; in mrfld_spi_setup()
137 c->tx_param = &mrfld6_tx_param; in mrfld_spi_setup()
149 tx = c->tx_param; in mrfld_spi_setup()
171 .tx_param = &byt_tx_param,
178 .tx_param = &bsw0_tx_param,
185 .tx_param = &bsw1_tx_param,
192 .tx_param = &bsw2_tx_param,
210 .tx_param = &lpt0_tx_param,
217 .tx_param = &lpt1_tx_param,
251 spi_pdata.tx_param = c->tx_param; in pxa2xx_spi_pci_probe()
253 spi_pdata.enable_dma = c->rx_param && c->tx_param; in pxa2xx_spi_pci_probe()