Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/spi/
Dspi-topcliff-pch.c119 void *rx_buf_virt; member
729 rx_dma_buf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma()
735 rx_dma_sbuf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma()
996 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), rem, in pch_spi_handle_dma()
1002 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma()
1008 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma()
1271 dma->rx_buf_virt, dma->rx_buf_dma); in pch_free_dma_buf()
1289 dma->rx_buf_virt = dma_alloc_coherent(&board_dat->pdev->dev, in pch_alloc_dma_buf()
1291 if (!dma->rx_buf_virt) in pch_alloc_dma_buf()
/Linux-v6.6/drivers/tty/serial/
Dpch_uart.c235 void *rx_buf_virt; member
650 dma_free_coherent(port->dev, port->fifosize, priv->rx_buf_virt, in pch_free_dma()
652 priv->rx_buf_virt = NULL; in pch_free_dma()
719 priv->rx_buf_virt = dma_alloc_coherent(port->dev, port->fifosize, in pch_request_dma()
799 sg_set_page(&priv->sg_rx, virt_to_page(priv->rx_buf_virt), in dma_handle_rx()
800 sg_dma_len(sg), offset_in_page(priv->rx_buf_virt)); in dma_handle_rx()