Lines Matching full:maintenance
6 * - fixed maintenance access routines, check for aligned access
131 * @len: Length (in bytes) of the maintenance transaction
153 * @len: Length (in bytes) of the maintenance transaction
172 * fsl_rio_config_read - Generate a MPC85xx read maintenance transaction
178 * @len: Length (in bytes) of the maintenance transaction
181 * Generates a MPC85xx read maintenance transaction. Returns %0 on
198 /* 16MB maintenance window possible */ in fsl_rio_config_read()
199 /* allow only aligned access to maintenance registers */ in fsl_rio_config_read()
237 * fsl_rio_config_write - Generate a MPC85xx write maintenance transaction
243 * @len: Length (in bytes) of the maintenance transaction
246 * Generates an MPC85xx write maintenance transaction. Returns %0 on
263 /* 16MB maintenance windows possible */ in fsl_rio_config_write()
264 /* allow only aligned access to maintenance registers */ in fsl_rio_config_write()
716 /* Configure maintenance transaction window */ in fsl_rio_setup()