1Z8530_DESCRIBE(9) Public Functions Provided Z8530_DESCRIBE(9)
2
3
4
6 z8530_describe - Uniformly describe a Z8530 port
7
9 void z8530_describe(struct z8530_dev * dev, char * mapping,
10 unsigned long io);
11
13 dev
14 Z8530 device to describe
15
16 mapping
17 string holding mapping type (eg “I/O” or “Mem”)
18
19 io
20 the port value in question
21
23 Describe a Z8530 in a standard format. We must pass the I/O as the port
24 offset isnt predictable. The main reason for this function is to try
25 and get a common format of report.
26
28 Alan Cox <alan@lxorguk.ukuu.org.uk>
29 Author.
30
32Kernel Hackers Manual 2.6. November 2011 Z8530_DESCRIBE(9)