.\" 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 "MCA_DEVICE_TRANSFORM_MEMORY" "" "06 October 2005" "" ""
.SH NAME
mca_device_transform_memory \- transform the ADF obtained memory
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void * mca_device_transform_memory (struct mca_device * \fImca_dev\fB, void * \fImem\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fImca_dev\fB\fR
-- undescribed --
.TP
\fB\fImem\fB\fR
memory region start from ADF
.SH "DESCRIPTION"
.PP
MCA Adapter Definition Files (ADF) contain irq, ioport, memory
etc. definitions. In systems with more than one bus, these need
to be transformed through bus mapping functions to get the real
system global quantities.
.PP
This function transforms the memory region start and returns the
transformed system global memory region (physical).
.PP
This transformation can be assumed to be linear for region ranges.