Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/fusion/lsi/
Dmpi.h155 #define MPI_DIAG_DISABLE_ARM (0x00000002) macro
/linux-2.4.37.9/drivers/message/fusion/
Dmptbase.c2811 diag0val |= (MPI_DIAG_PREVENT_IOC_BOOT | MPI_DIAG_DISABLE_ARM); in mpt_downloadboot()
2855 CHIPREG_WRITE32(&ioc->chip->Diagnostic, (diag0val | MPI_DIAG_RW_ENABLE | MPI_DIAG_DISABLE_ARM)); in mpt_downloadboot()
2922 diag0val &= ~(MPI_DIAG_DISABLE_ARM | MPI_DIAG_RW_ENABLE | MPI_DIAG_RESET_HISTORY); in mpt_downloadboot()
2938 if ( diag0val & (MPI_DIAG_FLASH_BAD_SIG | MPI_DIAG_DISABLE_ARM) ) { in mpt_downloadboot()
3147 CHIPREG_WRITE32(&ioc->chip->Diagnostic, diag0val | MPI_DIAG_DISABLE_ARM); in mpt_diag_reset()
3296 if (diag0val & (MPI_DIAG_FLASH_BAD_SIG | MPI_DIAG_RESET_ADAPTER | MPI_DIAG_DISABLE_ARM)) { in mpt_diag_reset()