Lines Matching full:maintenance
7 * - fixed maintenance access routines, check for aligned access
136 * @len: Length (in bytes) of the maintenance transaction
158 * @len: Length (in bytes) of the maintenance transaction
177 * fsl_rio_config_read - Generate a MPC85xx read maintenance transaction
183 * @len: Length (in bytes) of the maintenance transaction
186 * Generates a MPC85xx read maintenance transaction. Returns %0 on
203 /* 16MB maintenance window possible */ in fsl_rio_config_read()
204 /* allow only aligned access to maintenance registers */ in fsl_rio_config_read()
242 * fsl_rio_config_write - Generate a MPC85xx write maintenance transaction
248 * @len: Length (in bytes) of the maintenance transaction
251 * Generates an MPC85xx write maintenance transaction. Returns %0 on
268 /* 16MB maintenance windows possible */ in fsl_rio_config_write()
269 /* allow only aligned access to maintenance registers */ in fsl_rio_config_write()
680 /* Configure maintenance transaction window */ in fsl_rio_setup()