.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "CCIO_FREE_CONSISTENT" "" "06 October 2005" "" "" .SH NAME ccio_free_consistent \- Free a consistent DMA mapping. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void ccio_free_consistent (struct device * \fIdev\fB, size_t \fIsize\fB, void * \fIcpu_addr\fB, dma_addr_t \fIdma_handle\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR The PCI device. .TP \fB\fIsize\fB\fR The length of the DMA region. .TP \fB\fIcpu_addr\fB\fR The cpu address returned from the ccio_alloc_consistent. .TP \fB\fIdma_handle\fB\fR The device address returned from the ccio_alloc_consistent. .SH "DESCRIPTION" .PP This function implements the pci_free_consistent function.