Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptspi.c480 ii & MPI_SCSIDEVPAGE0_NP_QAS ? "QAS ": "", in mptspi_print_write_nego()
505 ii & MPI_SCSIDEVPAGE0_NP_QAS ? "QAS ": "", in mptspi_print_read_nego()
606 spi_qas(starget) = (nego & MPI_SCSIDEVPAGE0_NP_QAS) ? 1 : 0; in mptspi_read_parameters()
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h1616 #define MPI_SCSIDEVPAGE0_NP_QAS (0x00000004) macro