Searched refs:addr_rx_bbuf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-atmel.c | 268 void *addr_rx_bbuf; member 573 memcpy(as->current_transfer->rx_buf, as->addr_rx_bbuf, in dma_callback() 1537 as->addr_rx_bbuf = dma_alloc_coherent(&pdev->dev, in atmel_spi_probe() 1541 if (!as->addr_rx_bbuf) { in atmel_spi_probe() 1551 as->addr_rx_bbuf, in atmel_spi_probe() 1636 as->addr_rx_bbuf, in atmel_spi_remove()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-atmel.c | 270 void *addr_rx_bbuf; member 646 memcpy(as->current_transfer->rx_buf, as->addr_rx_bbuf, in dma_callback() 1594 as->addr_rx_bbuf = dma_alloc_coherent(&pdev->dev, in atmel_spi_probe() 1598 if (!as->addr_rx_bbuf) { in atmel_spi_probe() 1608 as->addr_rx_bbuf, in atmel_spi_probe() 1693 as->addr_rx_bbuf, in atmel_spi_remove()
|
Completed in 7 milliseconds