.\" 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_WRITE_POS" "" "06 October 2005" "" "" .SH NAME mca_device_write_pos \- read POS register from card .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void mca_device_write_pos (struct mca_device * \fImca_dev\fB, int \fIreg\fB, unsigned char \fIbyte\fB); \fR .SH "ARGUMENTS" .TP \fB\fImca_dev\fB\fR device to write pos register to .TP \fB\fIreg\fB\fR register to write to .TP \fB\fIbyte\fB\fR byte to write to the POS registers .SH "DESCRIPTION" .PP Store a POS value directly to the hardware. You should not normally need to use this function and should have a very good knowledge of MCA bus before you do so. Doing this wrongly can damage the hardware. .PP This function may not be used from interrupt context.