1FSL_RIO_CONFIG_READ(9) Internals FSL_RIO_CONFIG_READ(9)
2
3
4
6 fsl_rio_config_read - Generate a MPC85xx read maintenance transaction
7
9 int fsl_rio_config_read(struct rio_mport * mport, int index,
10 u16 destid, u8 hopcount, u32 offset, int len,
11 u32 * val);
12
14 mport
15 RapidIO master port info
16
17 index
18 ID of RapdiIO interface
19
20 destid
21 Destination ID of transaction
22
23 hopcount
24 Number of hops to target device
25
26 offset
27 Offset into configuration space
28
29 len
30 Length (in bytes) of the maintenance transaction
31
32 val
33 Location to be read into
34
36 Generates a MPC85xx read maintenance transaction. Returns 0 on success
37 or -EINVAL on failure.
38
40 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
41 Author.
42
44Kernel Hackers Manual 3.10 June 2019 FSL_RIO_CONFIG_READ(9)