.\" 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 "SBA_MAP_SINGLE" "" "06 October 2005" "" "" .SH NAME sba_map_single \- map one buffer and return IOVA for DMA .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp dma_addr_t sba_map_single (struct device * \fIdev\fB, void * \fIaddr\fB, size_t \fIsize\fB, int \fIdir\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR instance of PCI owned by the driver that's asking. .TP \fB\fIaddr\fB\fR driver buffer to map. .TP \fB\fIsize\fB\fR number of bytes to map in driver buffer. .TP \fB\fIdir\fB\fR R/W or both. .SH "DESCRIPTION" .PP See Documentation/DMA-mapping.txt