Lines Matching refs:host_diagnostic
1390 u32 host_diagnostic, ioc_status, ioc_config; in mpi3mr_issue_reset() local
1416 host_diagnostic); in mpi3mr_issue_reset()
1436 host_diagnostic = readl(&mrioc->sysif_regs->host_diagnostic); in mpi3mr_issue_reset()
1439 unlock_retry_count, host_diagnostic); in mpi3mr_issue_reset()
1440 } while (!(host_diagnostic & MPI3_SYSIF_HOST_DIAG_DIAG_WRITE_ENABLE)); in mpi3mr_issue_reset()
1443 writel(host_diagnostic | reset_type, in mpi3mr_issue_reset()
1444 &mrioc->sysif_regs->host_diagnostic); in mpi3mr_issue_reset()
2244 u32 ioc_status, host_diagnostic, timeout; in mpi3mr_check_rh_fault_ioc() local
2268 host_diagnostic = readl(&mrioc->sysif_regs->host_diagnostic); in mpi3mr_check_rh_fault_ioc()
2269 if (!(host_diagnostic & MPI3_SYSIF_HOST_DIAG_SAVE_IN_PROGRESS)) in mpi3mr_check_rh_fault_ioc()
2445 u32 fault, host_diagnostic, ioc_status; in mpi3mr_watchdog_work() local
2488 host_diagnostic = readl(&mrioc->sysif_regs->host_diagnostic); in mpi3mr_watchdog_work()
2489 if (host_diagnostic & MPI3_SYSIF_HOST_DIAG_SAVE_IN_PROGRESS) { in mpi3mr_watchdog_work()
4808 u32 host_diagnostic, timeout = MPI3_SYSIF_DIAG_SAVE_TIMEOUT * 10; in mpi3mr_soft_reset_handler() local
4862 host_diagnostic = in mpi3mr_soft_reset_handler()
4863 readl(&mrioc->sysif_regs->host_diagnostic); in mpi3mr_soft_reset_handler()
4864 if (!(host_diagnostic & in mpi3mr_soft_reset_handler()