Searched refs:tx_buf_virt (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-topcliff-pch.c126 void *tx_buf_virt; member in struct:pch_spi_dma_ctrl
808 memset(data->dma.tx_buf_virt, 0, PAGE_SIZE); pch_spi_start_transfer()
976 tx_dma_buf = dma->tx_buf_virt; pch_spi_handle_dma()
981 tx_dma_sbuf = dma->tx_buf_virt; pch_spi_handle_dma()
1082 sg_set_page(sg, virt_to_page(dma->tx_buf_virt), size + head, pch_spi_handle_dma()
1088 sg_set_page(sg, virt_to_page(dma->tx_buf_virt), rem, pch_spi_handle_dma()
1094 sg_set_page(sg, virt_to_page(dma->tx_buf_virt), size, pch_spi_handle_dma()
1322 dma->tx_buf_virt, dma->tx_buf_dma); pch_free_dma_buf()
1336 dma->tx_buf_virt = dma_alloc_coherent(&board_dat->pdev->dev, pch_alloc_dma_buf()

Completed in 62 milliseconds