1. NAME

fsl_local_config_write - Generate a MPC85xx local config space write

2. SYNOPSIS

int fsl_local_config_write(struct rio_mport *  mport , int  index , u32  offset , int  len , u32  data );

3. ARGUMENTS

mport
    RapidIO master port info

index
    ID of RapdiIO interface

offset
    Offset into configuration space

len
    Length (in bytes) of the maintenance transaction

data
    Value to be written

4. DESCRIPTION

Generates a MPC85xx local configuration space write. Returns 0 on success or -EINVAL on failure.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT