other versions
Z8530_DESCRIBE(9) | Public Functions Provided | Z8530_DESCRIBE(9) |
NAME¶
z8530_describe - Uniformly describe a Z8530 port
SYNOPSIS¶
void z8530_describe(struct z8530_dev * dev, char * mapping, unsigned long io);
ARGUMENTS¶
struct z8530_dev * dev
Z8530 device to describe
char * mapping
string holding mapping type (eg “I/O” or
“Mem”)
unsigned long io
the port value in question
DESCRIPTION¶
Describe a Z8530 in a standard format. We must pass the I/O as the port offset isn't predictable. The main reason for this function is to try and get a common format of report.
AUTHOR¶
Alan Cox <alan@lxorguk.ukuu.org.uk>
Author.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |