Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dadvansys.c139 #define ASC_IS_PCI_ULTRA (0x0104) macro
2817 if ((asc_dvc_varp->bus_type & ASC_IS_PCI_ULTRA) in advansys_info()
2818 == ASC_IS_PCI_ULTRA) { in advansys_info()
9235 asc_dvc->bus_type = ASC_IS_PCI_ULTRA; in AscInitAscDvcVar()
9638 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == in AscInitFromEEP()
9639 ASC_IS_PCI_ULTRA)) { in AscInitFromEEP()
9674 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) && in AscInitFromEEP()
9789 if ((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) { in AscInitSetConfig()