.\" 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 "PCI_WRITE_LEGACY_IO" "9" "09 October 2005" "" ""
.SH NAME
pci_write_legacy_io \- write byte(s) to legacy I/O port space
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
ssize_t pci_write_legacy_io (struct kobject * \fIkobj\fB, char * \fIbuf\fB, loff_t \fIoff\fB, size_t \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIkobj\fB\fR
kobject corresponding to file to read from
.TP
\fB\fIbuf\fB\fR
buffer containing value to be written
.TP
\fB\fIoff\fB\fR
offset into legacy I/O port space
.TP
\fB\fIcount\fB\fR
number of bytes to write
.SH "DESCRIPTION"
.PP
Writes 1, 2, or 4 bytes from legacy I/O port space using an arch specific
callback routine (pci_legacy_write).