Searched refs:ASC_IS_PCI_ULTRA (Results 1 – 1 of 1) sorted by relevance
89 #define ASC_IS_PCI_ULTRA (0x0104) macro2636 if ((asc_dvc_varp->bus_type & ASC_IS_PCI_ULTRA) in advansys_info()2637 == ASC_IS_PCI_ULTRA) { in advansys_info()8638 asc_dvc->bus_type = ASC_IS_PCI_ULTRA; in AscInitAscDvcVar()9028 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == in AscInitFromEEP()9029 ASC_IS_PCI_ULTRA)) { in AscInitFromEEP()9064 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) && in AscInitFromEEP()9179 if ((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) { in AscInitSetConfig()