.TH repoutsw() "" "" "DDI/DKI Kernel Routine"
.PC "Write words to a port"
.B "#include <sys/types.h>"
\fBvoid repoutsw(\fIport\^\fB, \fIaddress\^\fB, \fIcount\^\fB)\fR
\fBint \fIport\^\fB, \fIcount\^\fB; uchar_t *\fIaddress\^\fB;\fR
.PP
.B repoutsw()
writes
.I count
16-bit words from
.I address
to
.IR port .
.SH "See Also"
.B
DDI/DKI kernel routines,
outw(),
repinsw(),
repoutsb(),
repoutsd()
.R
.SH Notes
.B repoutsw()
has base or interrupt level.
It does not sleep.
.PP
A driver can hold a
driver-defined basic lock, read/write lock, or sleep lock
across a call to this function.
.PP
This function is meaningful only on implementations that support I/O-mapped I/O.
