'\" t .\" Title: z8530_describe .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: Public Functions Provided .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "Z8530_DESCRIBE" "9" "July 2017" "Kernel Hackers Manual 4\&.11\&" "Public Functions Provided" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" z8530_describe \- Uniformly describe a Z8530 port .SH "SYNOPSIS" .HP \w'void\ z8530_describe('u .BI "void z8530_describe(struct\ z8530_dev\ *\ " "dev" ", char\ *\ " "mapping" ", unsigned\ long\ " "io" ");" .SH "ARGUMENTS" .PP \fIstruct z8530_dev * dev\fR .RS 4 Z8530 device to describe .RE .PP \fIchar * mapping\fR .RS 4 string holding mapping type (eg \(lqI/O\(rq or \(lqMem\(rq) .RE .PP \fIunsigned long io\fR .RS 4 the port value in question .RE .SH "DESCRIPTION" .PP Describe a Z8530 in a standard format\&. We must pass the I/O as the port offset isn\*(Aqt predictable\&. The main reason for this function is to try and get a common format of report\&. .SH "AUTHOR" .PP \fBAlan Cox\fR <\&alan@lxorguk.ukuu.org.uk\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br