ASC_IS_PCI
pdev = (bus_type == ASC_IS_PCI) ? to_pci_dev(boardp->dev) : NULL;
case ASC_IS_PCI:
err = advansys_board_found(shost, ioport, ASC_IS_PCI);
} else if (asc_dvc_varp->bus_type & ASC_IS_PCI) {
if (bus_type & ASC_IS_PCI)
(ASC_IS_PCI | ASC_IS_EISA | ASC_IS_VL)) == 0) {
if ((asc_dvc->bus_type & ASC_IS_PCI) &&
if (asc_dvc->bus_type == ASC_IS_PCI) {
if (asc_dvc->bus_type & ASC_IS_PCI) {