fsl_rio_config_write — Generate a MPC85xx write maintenance transaction
int fsl_rio_config_write
(struct rio_mport * mport, int index, u16 destid, u8 hopcount, u32 offset, int len, u32 val);
RapidIO master port info
ID of RapdiIO interface
Destination ID of transaction
Number of hops to target device
Offset into configuration space
Length (in bytes) of the maintenance transaction
Value to be written
Generates an MPC85xx write maintenance transaction. Returns 0 on success or -EINVAL on failure.