Lines Matching refs:tx_param
35 void *tx_param; member
83 if (c->tx_param) { in lpss_spi_setup()
84 struct dw_dma_slave *slave = c->tx_param; in lpss_spi_setup()
112 c->tx_param = &mrfld3_tx_param; in mrfld_spi_setup()
118 c->tx_param = &mrfld5_tx_param; in mrfld_spi_setup()
124 c->tx_param = &mrfld6_tx_param; in mrfld_spi_setup()
131 tx = c->tx_param; in mrfld_spi_setup()
153 .tx_param = &byt_tx_param,
160 .tx_param = &bsw0_tx_param,
167 .tx_param = &bsw1_tx_param,
174 .tx_param = &bsw2_tx_param,
192 .tx_param = &lpt_tx_param,
226 spi_pdata.tx_param = c->tx_param; in pxa2xx_spi_pci_probe()
228 spi_pdata.enable_dma = c->rx_param && c->tx_param; in pxa2xx_spi_pci_probe()