Lines Matching refs:host_diagnostic

1212 	u32 ioc_config, ioc_status, timeout, host_diagnostic;  in mpi3mr_bring_ioc_ready()  local
1270 host_diagnostic = in mpi3mr_bring_ioc_ready()
1271 readl(&mrioc->sysif_regs->host_diagnostic); in mpi3mr_bring_ioc_ready()
1272 if (!(host_diagnostic & in mpi3mr_bring_ioc_ready()
1421 u32 host_diagnostic, ioc_status, ioc_config; in mpi3mr_issue_reset() local
1447 host_diagnostic); in mpi3mr_issue_reset()
1467 host_diagnostic = readl(&mrioc->sysif_regs->host_diagnostic); in mpi3mr_issue_reset()
1470 unlock_retry_count, host_diagnostic); in mpi3mr_issue_reset()
1471 } while (!(host_diagnostic & MPI3_SYSIF_HOST_DIAG_DIAG_WRITE_ENABLE)); in mpi3mr_issue_reset()
1474 writel(host_diagnostic | reset_type, in mpi3mr_issue_reset()
1475 &mrioc->sysif_regs->host_diagnostic); in mpi3mr_issue_reset()
2276 u32 ioc_status, host_diagnostic, timeout; in mpi3mr_check_rh_fault_ioc() local
2300 host_diagnostic = readl(&mrioc->sysif_regs->host_diagnostic); in mpi3mr_check_rh_fault_ioc()
2301 if (!(host_diagnostic & MPI3_SYSIF_HOST_DIAG_SAVE_IN_PROGRESS)) in mpi3mr_check_rh_fault_ioc()
2477 u32 fault, host_diagnostic, ioc_status; in mpi3mr_watchdog_work() local
2520 host_diagnostic = readl(&mrioc->sysif_regs->host_diagnostic); in mpi3mr_watchdog_work()
2521 if (host_diagnostic & MPI3_SYSIF_HOST_DIAG_SAVE_IN_PROGRESS) { in mpi3mr_watchdog_work()
4860 u32 host_diagnostic, timeout = MPI3_SYSIF_DIAG_SAVE_TIMEOUT * 10; in mpi3mr_soft_reset_handler() local
4914 host_diagnostic = in mpi3mr_soft_reset_handler()
4915 readl(&mrioc->sysif_regs->host_diagnostic); in mpi3mr_soft_reset_handler()
4916 if (!(host_diagnostic & in mpi3mr_soft_reset_handler()