1MCA_READ_POS(9) Public Functions Provided MCA_READ_POS(9)
2
3
4
6 mca_read_pos - read POS register from card
7
9 unsigned char mca_read_pos(int slot, int reg);
10
12 slot
13 slot number to read from
14
15 reg
16 register to read from
17
19 Fetch a POS value directly from the hardware to obtain the current
20 value. This is much slower than mca_read_stored_pos and may not be
21 invoked from interrupt context. It handles the deep magic required for
22 onboard devices transparently.
23
25 Alan Cox <alan@lxorguk.ukuu.org.uk>
26 Author.
27
28 David Weinehall
29 Author.
30
31 Chris Beauregard
32 Author.
33
35Kernel Hackers Manual 2.6. June 2019 MCA_READ_POS(9)