Lines Matching refs:host_diagnostic
191 U32 host_diagnostic, timeout = MPI3_SYSIF_DIAG_SAVE_TIMEOUT * 10; in mpi3mr_trigger_snapdump() local
201 host_diagnostic = mpi3mr_regread(sc, MPI3_SYSIF_HOST_DIAG_OFFSET); in mpi3mr_trigger_snapdump()
202 if (!(host_diagnostic & MPI3_SYSIF_HOST_DIAG_SAVE_IN_PROGRESS)) in mpi3mr_trigger_snapdump()
2807 U32 host_diagnostic; in mpi3mr_initialize_ioc() local
2810 host_diagnostic = mpi3mr_regread(sc, MPI3_SYSIF_HOST_DIAG_OFFSET); in mpi3mr_initialize_ioc()
2811 if (!(host_diagnostic & MPI3_SYSIF_HOST_DIAG_SAVE_IN_PROGRESS)) in mpi3mr_initialize_ioc()
3254 U32 fault, host_diagnostic, ioc_status; in mpi3mr_watchdog_thread() local
3293 host_diagnostic = mpi3mr_regread(sc, MPI3_SYSIF_HOST_DIAG_OFFSET); in mpi3mr_watchdog_thread()
3294 if (host_diagnostic & MPI3_SYSIF_HOST_DIAG_SAVE_IN_PROGRESS) { in mpi3mr_watchdog_thread()
6164 U32 host_diagnostic, ioc_status, ioc_config, scratch_pad0; in mpi3mr_issue_reset() local
6191 host_diagnostic); in mpi3mr_issue_reset()
6212 host_diagnostic = mpi3mr_regread(sc, MPI3_SYSIF_HOST_DIAG_OFFSET); in mpi3mr_issue_reset()
6215 unlock_retry_count, host_diagnostic); in mpi3mr_issue_reset()
6216 } while (!(host_diagnostic & MPI3_SYSIF_HOST_DIAG_DIAG_WRITE_ENABLE)); in mpi3mr_issue_reset()
6226 mpi3mr_regwrite(sc, MPI3_SYSIF_HOST_DIAG_OFFSET, host_diagnostic | reset_type); in mpi3mr_issue_reset()