summaryrefslogtreecommitdiff
path: root/usr/src/man/man9f/ddi_put8.9f
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9f/ddi_put8.9f')
-rw-r--r--usr/src/man/man9f/ddi_put8.9f29
1 files changed, 11 insertions, 18 deletions
diff --git a/usr/src/man/man9f/ddi_put8.9f b/usr/src/man/man9f/ddi_put8.9f
index 57a6750170..ae1bfe2ae2 100644
--- a/usr/src/man/man9f/ddi_put8.9f
+++ b/usr/src/man/man9f/ddi_put8.9f
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH ddi_put8 9F "1 Nov 2005" "SunOS 5.11" "Kernel Functions for Drivers"
+.TH DDI_PUT8 9F "Nov 1, 2005"
.SH NAME
ddi_put8, ddi_put16, ddi_put32, ddi_put64, ddi_putb, ddi_putl, ddi_putll,
ddi_putw \- write data to the mapped memory address, device register or
@@ -11,30 +11,30 @@ allocated DMA memory address
.SH SYNOPSIS
.LP
.nf
-#include <sys/ddi.h>
+#include <sys/ddi.h>
#include <sys/sunddi.h>
-\fBvoid\fR \fBddi_put8\fR(\fBddi_acc_handle_t\fR \fIhandle\fR, \fBuint8_t\fR \fI*dev_addr\fR,
+\fBvoid\fR \fBddi_put8\fR(\fBddi_acc_handle_t\fR \fIhandle\fR, \fBuint8_t\fR \fI*dev_addr\fR,
\fBuint8_t\fR \fIvalue\fR);
.fi
.LP
.nf
-\fBvoid\fR \fBddi_put16\fR(\fBddi_acc_handle_t\fR \fIhandle\fR, \fBuint16_t\fR \fI*dev_addr\fR,
+\fBvoid\fR \fBddi_put16\fR(\fBddi_acc_handle_t\fR \fIhandle\fR, \fBuint16_t\fR \fI*dev_addr\fR,
\fBuint16_t\fR \fIvalue\fR);
.fi
.LP
.nf
-\fBvoid\fR \fBddi_put32\fR(\fBddi_acc_handle_t\fR \fIhandle\fR, \fBuint32_t\fR \fI*dev_addr\fR,
+\fBvoid\fR \fBddi_put32\fR(\fBddi_acc_handle_t\fR \fIhandle\fR, \fBuint32_t\fR \fI*dev_addr\fR,
\fBuint32_t\fR \fIvalue\fR);
.fi
.LP
.nf
-\fBvoid\fR \fBddi_put64\fR(\fBddi_acc_handle_t\fR \fIhandle\fR, \fBuint64_t\fR \fI*dev_addr\fR,
+\fBvoid\fR \fBddi_put64\fR(\fBddi_acc_handle_t\fR \fIhandle\fR, \fBuint64_t\fR \fI*dev_addr\fR,
\fBuint64_t\fR \fIvalue\fR);
.fi
@@ -49,35 +49,29 @@ function replaces \fBddi_putl()\fR. The \fBddi_put64()\fR function replaces
.SH PARAMETERS
.sp
.ne 2
-.mk
.na
\fB\fIhandle\fR\fR
.ad
.RS 12n
-.rt
The data access handle returned from setup calls, such as
\fBddi_regs_map_setup\fR(9F).
.RE
.sp
.ne 2
-.mk
.na
\fB\fIvalue\fR\fR
.ad
.RS 12n
-.rt
The data to be written to the device.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIdev_addr\fR\fR
.ad
.RS 12n
-.rt
Base device address.
.RE
@@ -113,13 +107,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityT{
+Interface Stability T{
\fBddi_putb()\fR, \fBddi_putl()\fR, \fBddi_putll()\fR, and \fBddi_putw()\fR are Obsolete \fBddi_put8()\fR, \fBddi_put16()\fR, \fBddi_put32()\fR, \fBddi_put64()\fR are Committed
T}
.TE