Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/message/fusion/
Dmptbase.h576 #define MPT_NVRAM_WIDE_DISABLE (0x00100000) macro
Dmptspi.c180 width = nvram & MPT_NVRAM_WIDE_DISABLE ? 0 : 1; in mptspi_setTargetNegoParms()
447 spi_max_width(starget) = nvram & MPT_NVRAM_WIDE_DISABLE ? 0 : 1; in mptspi_target_alloc()