Home
last modified time | relevance | path

Searched refs:MPI_DIAG_RESET_ADAPTER (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi.h196 #define MPI_DIAG_RESET_ADAPTER (0x00000004) macro
/openbmc/qemu/hw/scsi/
H A Dmpi.h138 MPI_DIAG_RESET_ADAPTER = 0x00000004, enumerator
H A Dmptsas.c1051 if (val & MPI_DIAG_RESET_ADAPTER) { in mptsas_mmio_write()
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c3703 CHIPREG_WRITE32(&ioc->chip->Diagnostic, diag0val | MPI_DIAG_RESET_ADAPTER); in mpt_downloadboot()
3707 if (!(diag0val & MPI_DIAG_RESET_ADAPTER)) { in mpt_downloadboot()
4083 CHIPREG_WRITE32(&ioc->chip->Diagnostic, diag0val | MPI_DIAG_RESET_ADAPTER); in mpt_diag_reset()
4118 if (!(diag0val & MPI_DIAG_RESET_ADAPTER)) { in mpt_diag_reset()
4224 if (diag0val & (MPI_DIAG_FLASH_BAD_SIG | MPI_DIAG_RESET_ADAPTER | MPI_DIAG_DISABLE_ARM)) { in mpt_diag_reset()