CCIO_ALLOC_CONSISTENT

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

ccio_alloc_consistent - Allocate a consistent DMA mapping.  

SYNOPSIS

"SYNOPSIS"

void * ccio_alloc_consistent (struct device * dev, size_t size, dma_addr_t * dma_handle, int flag);  

ARGUMENTS

dev
The PCI device.
size
The length of the DMA region.
dma_handle
The DMA address handed back to the device (not the cpu).
flag
-- undescribed --
 

DESCRIPTION

This function implements the pci_alloc_consistent function.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 07:07:01 GMT, October 06, 2005