Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dadvansys.c91 #define ASC_IS_PCI_ULTRA (0x0104) macro
2660 if ((asc_dvc_varp->bus_type & ASC_IS_PCI_ULTRA) in advansys_info()
2661 == ASC_IS_PCI_ULTRA) { in advansys_info()
8799 asc_dvc->bus_type = ASC_IS_PCI_ULTRA; in AscInitAscDvcVar()
9201 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == in AscInitFromEEP()
9202 ASC_IS_PCI_ULTRA)) { in AscInitFromEEP()
9237 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) && in AscInitFromEEP()
9352 if ((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) { in AscInitSetConfig()