Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dadvansys.c95 #define ASC_IS_PCI_ULTRA (0x0104) macro
2664 if ((asc_dvc_varp->bus_type & ASC_IS_PCI_ULTRA) in advansys_info()
2665 == ASC_IS_PCI_ULTRA) { in advansys_info()
8806 asc_dvc->bus_type = ASC_IS_PCI_ULTRA; in AscInitAscDvcVar()
9208 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == in AscInitFromEEP()
9209 ASC_IS_PCI_ULTRA)) { in AscInitFromEEP()
9244 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) && in AscInitFromEEP()
9359 if ((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) { in AscInitSetConfig()