CCIO_FREE_CONSISTENT

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

 

NAME

ccio_free_consistent - Free a consistent DMA mapping.  

SYNOPSIS

"SYNOPSIS"

void ccio_free_consistent (struct device * dev, size_t size, void * cpu_addr, dma_addr_t dma_handle);  

ARGUMENTS

dev
The PCI device.
size
The length of the DMA region.
cpu_addr
The cpu address returned from the ccio_alloc_consistent.
dma_handle
The device address returned from the ccio_alloc_consistent.
 

DESCRIPTION

This function implements the pci_free_consistent function.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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