Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dadvansys.c138 #define ASC_IS_PCI (0x0004) macro
2816 } else if (asc_dvc_varp->bus_type & ASC_IS_PCI) { in advansys_info()
9035 if (bus_type & ASC_IS_PCI) in AscGetChipBiosAddress()
9197 (ASC_IS_ISA | ASC_IS_PCI | ASC_IS_EISA | ASC_IS_VL)) == 0) { in AscInitAscDvcVar()
9233 if ((asc_dvc->bus_type & ASC_IS_PCI) && in AscInitAscDvcVar()
9247 if (asc_dvc->bus_type == ASC_IS_PCI) { in AscInitAscDvcVar()
9786 if (asc_dvc->bus_type & ASC_IS_PCI) { in AscInitSetConfig()
11376 pdev = (bus_type == ASC_IS_PCI) ? to_pci_dev(boardp->dev) : NULL; in advansys_board_found()
11447 case ASC_IS_PCI: in advansys_board_found()
12242 err = advansys_board_found(shost, ioport, ASC_IS_PCI); in advansys_pci_probe()