1FSL_RIO_CONFIG_WRITE(9) Internals FSL_RIO_CONFIG_WRITE(9)
2
3
4
6 fsl_rio_config_write - Generate a MPC85xx write maintenance transaction
7
9 int fsl_rio_config_write(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 Value to be written
34
36 Generates an MPC85xx write maintenance transaction. Returns 0 on
37 success or -EINVAL on failure.
38
40 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
41 Author.
42
44Kernel Hackers Manual 2.6. June 2019 FSL_RIO_CONFIG_WRITE(9)