.TH repinsd() "" "" "DDI/DKI Kernel Routine"
.PC "Read double (32-bit) words from a port"
.B "#include <sys/types.h>"
\fBvoid repinsd(\fIport\^\fB, \fIaddress\^\fB, \fIcount\^\fB)\fR
\fBint \fIport\^\fB, \fIcount\^\fB; ulong_t *\fIaddress\^\fB;\fR
.PP
.B repinsd()
reads
.I count
double (32-bit) words from
.I port
and writes them at
.IR address .
.SH "See Also"
.B
DDI/DKI kernel routines,
inl(),
repinsb(),
repinsw(),
repoutsd()
.R
.SH Notes
.B repinsd()
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 may not be meaningful on all implementations because
some implementations may not support I/O-mapped I/O.
