Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/spi/
Dspi-topcliff-pch.c118 void *tx_buf_virt; member
802 memset(data->dma.tx_buf_virt, 0, PAGE_SIZE); in pch_spi_start_transfer()
975 tx_dma_buf = dma->tx_buf_virt; in pch_spi_handle_dma()
980 tx_dma_sbuf = dma->tx_buf_virt; in pch_spi_handle_dma()
1087 sg_set_page(sg, virt_to_page(dma->tx_buf_virt), size + head, in pch_spi_handle_dma()
1093 sg_set_page(sg, virt_to_page(dma->tx_buf_virt), rem, in pch_spi_handle_dma()
1099 sg_set_page(sg, virt_to_page(dma->tx_buf_virt), size, in pch_spi_handle_dma()
1297 dma->tx_buf_virt, dma->tx_buf_dma); in pch_free_dma_buf()
1312 dma->tx_buf_virt = dma_alloc_coherent(&board_dat->pdev->dev, in pch_alloc_dma_buf()
1314 if (!dma->tx_buf_virt) in pch_alloc_dma_buf()