1Z8530_READ_PORT(9) Internal Functions Z8530_READ_PORT(9)
2
3
4
6 z8530_read_port - Architecture specific interface function
7
9 int z8530_read_port(unsigned long p);
10
12 p
13 port to read
14
16 Provided port access methods. The Comtrol SV11 requires no delays
17 between accesses and uses PC I/O. Some drivers may need a 5uS delay
18
19 In the longer term this should become an architecture specific section
20 so that this can become a generic driver interface for all platforms.
21 For now we only handle PC I/O ports with or without the dread 5uS
22 sanity delay.
23
24 The caller must hold sufficient locks to avoid violating the horrible
25 5uS delay rule.
26
28 Alan Cox <alan@lxorguk.ukuu.org.uk>
29 Author.
30
32Kernel Hackers Manual 2.6. November 2011 Z8530_READ_PORT(9)