Searched refs:rx_buf_virt (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/spi/ |
D | spi-topcliff-pch.c | 127 void *rx_buf_virt; member 764 rx_dma_buf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma() 770 rx_dma_sbuf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma() 1023 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), rem, in pch_spi_handle_dma() 1029 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma() 1035 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma() 1325 dma->rx_buf_virt, dma->rx_buf_dma); in pch_free_dma_buf() 1339 dma->rx_buf_virt = dma_alloc_coherent(&board_dat->pdev->dev, in pch_alloc_dma_buf()
|
/linux-4.1.27/drivers/tty/serial/ |
D | pch_uart.c | 256 void *rx_buf_virt; member 706 dma_free_coherent(port->dev, port->fifosize, priv->rx_buf_virt, in pch_free_dma() 708 priv->rx_buf_virt = NULL; in pch_free_dma() 773 priv->rx_buf_virt = dma_alloc_coherent(port->dev, port->fifosize, in pch_request_dma() 878 sg_set_page(&priv->sg_rx, virt_to_page(priv->rx_buf_virt), in dma_handle_rx() 879 sg_dma_len(sg), (unsigned long)priv->rx_buf_virt & in dma_handle_rx()
|