Searched refs:rx_buf_virt (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-topcliff-pch.c | 118 void *rx_buf_virt; member 757 rx_dma_buf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma() 763 rx_dma_sbuf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma() 1018 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), rem, in pch_spi_handle_dma() 1024 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma() 1030 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma() 1292 dma->rx_buf_virt, dma->rx_buf_dma); in pch_free_dma_buf() 1310 dma->rx_buf_virt = dma_alloc_coherent(&board_dat->pdev->dev, in pch_alloc_dma_buf() 1312 if (!dma->rx_buf_virt) in pch_alloc_dma_buf()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | pch_uart.c | 236 void *rx_buf_virt; member 667 dma_free_coherent(port->dev, port->fifosize, priv->rx_buf_virt, in pch_free_dma() 669 priv->rx_buf_virt = NULL; in pch_free_dma() 734 priv->rx_buf_virt = dma_alloc_coherent(port->dev, port->fifosize, in pch_request_dma() 840 sg_set_page(&priv->sg_rx, virt_to_page(priv->rx_buf_virt), in dma_handle_rx() 841 sg_dma_len(sg), offset_in_page(priv->rx_buf_virt)); in dma_handle_rx()
|