Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dadvansys.c88 #define ASC_IS_PCI (0x0004) macro
2635 } else if (asc_dvc_varp->bus_type & ASC_IS_PCI) { in advansys_info()
8513 if (bus_type & ASC_IS_PCI) in AscGetChipBiosAddress()
8600 (ASC_IS_PCI | ASC_IS_EISA | ASC_IS_VL)) == 0) { in AscInitAscDvcVar()
8636 if ((asc_dvc->bus_type & ASC_IS_PCI) && in AscInitAscDvcVar()
8650 if (asc_dvc->bus_type == ASC_IS_PCI) { in AscInitAscDvcVar()
9176 if (asc_dvc->bus_type & ASC_IS_PCI) { in AscInitSetConfig()
10725 pdev = (bus_type == ASC_IS_PCI) ? to_pci_dev(boardp->dev) : NULL; in advansys_board_found()
10790 case ASC_IS_PCI: in advansys_board_found()
11480 err = advansys_board_found(shost, ioport, ASC_IS_PCI); in advansys_pci_probe()