Lines Matching full:maintenance
7 * - fixed maintenance access routines, check for aligned access
127 * @len: Length (in bytes) of the maintenance transaction
149 * @len: Length (in bytes) of the maintenance transaction
168 * fsl_rio_config_read - Generate a MPC85xx read maintenance transaction
174 * @len: Length (in bytes) of the maintenance transaction
177 * Generates a MPC85xx read maintenance transaction. Returns %0 on
194 /* 16MB maintenance window possible */ in fsl_rio_config_read()
195 /* allow only aligned access to maintenance registers */ in fsl_rio_config_read()
233 * fsl_rio_config_write - Generate a MPC85xx write maintenance transaction
239 * @len: Length (in bytes) of the maintenance transaction
242 * Generates an MPC85xx write maintenance transaction. Returns %0 on
259 /* 16MB maintenance windows possible */ in fsl_rio_config_write()
260 /* allow only aligned access to maintenance registers */ in fsl_rio_config_write()
712 /* Configure maintenance transaction window */ in fsl_rio_setup()