1RIO_LOCAL_READ_CONFI(9) RapidIO driver interface RIO_LOCAL_READ_CONFI(9)
2
3
4
6 rio_local_read_config_8 - Read 8 bits from local configuration space
7
9 int rio_local_read_config_8(struct rio_mport * port, u32 offset,
10 u8 * data);
11
13 port
14 Master port
15
16 offset
17 Offset into local configuration space
18
19 data
20 Pointer to read data into
21
23 Reads 8 bits of data from the specified offset within the local
24 deviceĀ“s configuration space.
25
27 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 RIO_LOCAL_READ_CONFI(9)