.\" 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_MAP_SINGLE" "" "06 October 2005" "" ""
.SH NAME
ccio_map_single \- Map an address range into the IOMMU.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
dma_addr_t ccio_map_single (struct device * \fIdev\fB, void * \fIaddr\fB, size_t \fIsize\fB, enum dma_data_direction \fIdirection\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
The PCI device.
.TP
\fB\fIaddr\fB\fR
The start address of the DMA region.
.TP
\fB\fIsize\fB\fR
The length of the DMA region.
.TP
\fB\fIdirection\fB\fR
The direction of the DMA transaction (to/from device).
.SH "DESCRIPTION"
.PP
This function implements the pci_map_single function.