burst = 4;\r
}\r
if (rk29_dma_config(dws->tx_dmach, burst)) {*/\r
- if (rk29_dma_config(dws->tx_dmach, 1)) {//there is not dma burst but bitwide, set it 1 alwayss\r
+ if (rk29_dma_config(dws->tx_dmach, 1, 1)) {//there is not dma burst but bitwide, set it 1 alwayss\r
dev_err(&dws->master->dev, "function: %s, line: %d\n", __FUNCTION__, __LINE__);\r
goto err_out;\r
}\r
\r
if (transfer->rx_buf != NULL) {\r
dws->state |= RXBUSY;\r
- if (rk29_dma_config(dws->rx_dmach, 1)) {\r
+ if (rk29_dma_config(dws->rx_dmach, 1, 1)) {\r
dev_err(&dws->master->dev, "function: %s, line: %d\n", __FUNCTION__, __LINE__);\r
goto err_out;\r
}\r