.\" 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_ALLOC_CONSISTENT" "" "06 October 2005" "" "" .SH NAME ccio_alloc_consistent \- Allocate a consistent DMA mapping. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void * ccio_alloc_consistent (struct device * \fIdev\fB, size_t \fIsize\fB, dma_addr_t * \fIdma_handle\fB, int \fIflag\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\fIdma_handle\fB\fR The DMA address handed back to the device (not the cpu). .TP \fB\fIflag\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP This function implements the pci_alloc_consistent function.