Searched refs:dma_rx_tmpbuf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dau1550_spi.c79 u8 *dma_rx_tmpbuf; member in struct:au1550_spi
327 hw->dma_rx_tmpbuf = kmalloc(size, GFP_KERNEL);
328 if (!hw->dma_rx_tmpbuf)
331 hw->dma_rx_tmpbuf_addr = dma_map_single(hw->dev, hw->dma_rx_tmpbuf,
334 kfree(hw->dma_rx_tmpbuf);
335 hw->dma_rx_tmpbuf = 0;
346 kfree(hw->dma_rx_tmpbuf);
347 hw->dma_rx_tmpbuf = 0;
403 hw->rx = hw->dma_rx_tmpbuf;

Completed in 26 milliseconds