Home
last modified time | relevance | path

Searched refs:rx_buf_virt (Results 1 – 2 of 2) sorted by relevance

/drivers/spi/
Dspi-topcliff-pch.c118 void *rx_buf_virt; member
751 rx_dma_buf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma()
757 rx_dma_sbuf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma()
1012 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), rem, in pch_spi_handle_dma()
1018 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma()
1024 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma()
1291 dma->rx_buf_virt, dma->rx_buf_dma); in pch_free_dma_buf()
1309 dma->rx_buf_virt = dma_alloc_coherent(&board_dat->pdev->dev, in pch_alloc_dma_buf()
1311 if (!dma->rx_buf_virt) in pch_alloc_dma_buf()
/drivers/tty/serial/
Dpch_uart.c239 void *rx_buf_virt; member
690 dma_free_coherent(port->dev, port->fifosize, priv->rx_buf_virt, in pch_free_dma()
692 priv->rx_buf_virt = NULL; in pch_free_dma()
757 priv->rx_buf_virt = dma_alloc_coherent(port->dev, port->fifosize, in pch_request_dma()
863 sg_set_page(&priv->sg_rx, virt_to_page(priv->rx_buf_virt), in dma_handle_rx()
864 sg_dma_len(sg), offset_in_page(priv->rx_buf_virt)); in dma_handle_rx()