Lines Matching full:maintenance
7 * - fixed maintenance access routines, check for aligned access
135 * @len: Length (in bytes) of the maintenance transaction
157 * @len: Length (in bytes) of the maintenance transaction
176 * fsl_rio_config_read - Generate a MPC85xx read maintenance transaction
182 * @len: Length (in bytes) of the maintenance transaction
185 * Generates a MPC85xx read maintenance transaction. Returns %0 on
202 /* 16MB maintenance window possible */ in fsl_rio_config_read()
203 /* allow only aligned access to maintenance registers */ in fsl_rio_config_read()
241 * fsl_rio_config_write - Generate a MPC85xx write maintenance transaction
247 * @len: Length (in bytes) of the maintenance transaction
250 * Generates an MPC85xx write maintenance transaction. Returns %0 on
267 /* 16MB maintenance windows possible */ in fsl_rio_config_write()
268 /* allow only aligned access to maintenance registers */ in fsl_rio_config_write()
722 /* Configure maintenance transaction window */ in fsl_rio_setup()