Lines Matching refs:R852_DMA_LEN
151 pci_unmap_single(dev->pci_dev, dev->phys_dma_addr, R852_DMA_LEN, in r852_dma_done()
193 if ((unsigned long)buf & (R852_DMA_LEN-1)) in r852_do_dma()
198 R852_DMA_LEN, in r852_do_dma()
209 memcpy(dev->bounce_buffer, buf, R852_DMA_LEN); in r852_do_dma()
226 memcpy((void *)buf, dev->bounce_buffer, R852_DMA_LEN); in r852_do_dma()
242 if (len == R852_DMA_LEN && dev->dma_usable) { in r852_write_buf()
277 if (len == R852_DMA_LEN && dev->dma_usable) { in r852_read_buf()
892 chip->ecc.size = R852_DMA_LEN; in r852_probe()
912 dev->bounce_buffer = pci_alloc_consistent(pci_dev, R852_DMA_LEN, in r852_probe()
973 pci_free_consistent(pci_dev, R852_DMA_LEN, in r852_probe()
1008 pci_free_consistent(pci_dev, R852_DMA_LEN, in r852_remove()