1FSL_LOCAL_CONFIG_REA(9) Internals FSL_LOCAL_CONFIG_REA(9)
2
3
4
6 fsl_local_config_read - Generate a MPC85xx local config space read
7
9 int fsl_local_config_read(struct rio_mport * mport, int index,
10 u32 offset, int len, u32 * data);
11
13 mport
14 RapidIO master port info
15
16 index
17 ID of RapdiIO interface
18
19 offset
20 Offset into configuration space
21
22 len
23 Length (in bytes) of the maintenance transaction
24
25 data
26 Value to be read into
27
29 Generates a MPC85xx local configuration space read. Returns 0 on
30 success or -EINVAL on failure.
31
33 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
34 Author.
35
37Kernel Hackers Manual 2.6. June 2019 FSL_LOCAL_CONFIG_REA(9)