Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dadvansys.c94 #define ASC_IS_PCI (0x0004) macro
2663 } else if (asc_dvc_varp->bus_type & ASC_IS_PCI) { in advansys_info()
8607 if (bus_type & ASC_IS_PCI) in AscGetChipBiosAddress()
8767 (ASC_IS_ISA | ASC_IS_PCI | ASC_IS_EISA | ASC_IS_VL)) == 0) { in AscInitAscDvcVar()
8803 if ((asc_dvc->bus_type & ASC_IS_PCI) && in AscInitAscDvcVar()
8817 if (asc_dvc->bus_type == ASC_IS_PCI) { in AscInitAscDvcVar()
9355 if (asc_dvc->bus_type & ASC_IS_PCI) { in AscInitSetConfig()
10929 pdev = (bus_type == ASC_IS_PCI) ? to_pci_dev(boardp->dev) : NULL; in advansys_board_found()
11000 case ASC_IS_PCI: in advansys_board_found()
11786 err = advansys_board_found(shost, ioport, ASC_IS_PCI); in advansys_pci_probe()