Searched refs:srcdst_config_tx (Results 1 – 1 of 1) sorted by relevance
306 static mxc_dma_srcdst_t srcdst_config_tx; variable321 memset(&srcdst_config_tx, 0, sizeof(srcdst_config_tx)); in MXC_SPIMSS_RevA_MasterTransDMA()399 srcdst_config_tx.ch = tx_channel_id; in MXC_SPIMSS_RevA_MasterTransDMA()400 srcdst_config_tx.len = sent_byte_len; in MXC_SPIMSS_RevA_MasterTransDMA()401 srcdst_config_tx.source = req->tx_data; in MXC_SPIMSS_RevA_MasterTransDMA()402 MXC_DMA_ConfigChannel(dma_config_tx, srcdst_config_tx); in MXC_SPIMSS_RevA_MasterTransDMA()