.\" 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 "TIOCA_DMA_MAP" "9" "09 October 2005" "" ""
.SH NAME
tioca_dma_map \- map pages for PCI DMA
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
uint64_t tioca_dma_map (struct pci_dev * \fIpdev\fB, uint64_t \fIpaddr\fB, size_t \fIbyte_count\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpdev\fB\fR
linux pci_dev representing the function
.TP
\fB\fIpaddr\fB\fR
host physical address to map
.TP
\fB\fIbyte_count\fB\fR
bytes to map
.SH "DESCRIPTION"
.PP
This is the main wrapper for mapping host physical pages to CA PCI space.
The mapping mode used is based on the devices dma_mask. As a last resort
use the GART mapped mode.