1Z8530_READ_PORT(9)            Internal Functions            Z8530_READ_PORT(9)
2
3
4

NAME

6       z8530_read_port - Architecture specific interface function
7

SYNOPSIS

9       int z8530_read_port(unsigned long p);
10

ARGUMENTS

12       p
13           port to read
14

DESCRIPTION

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

AUTHOR

28       Alan Cox <alan@lxorguk.ukuu.org.uk>
29           Author.
30
32Kernel Hackers Manual 3.10         June 2019                Z8530_READ_PORT(9)
Impressum