Home
last modified time | relevance | path

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

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