Home
last modified time | relevance | path

Searched refs:host_diagnostic (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/dev/arcmsr/
HDarcmsr.h651 u_int32_t host_diagnostic; /*00F8 00FB*/ member
795 u_int32_t host_diagnostic; /*00F8 00FB*/ member
873 u_int32_t host_diagnostic; /*00F8 00FB*/ member
/freebsd-head/sys/dev/mpi3mr/
HDmpi3mr.c191 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
[all …]