Searched refs:PCI_bus (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Dfdomain.c391 static int PCI_bus; variable
477 int flag; /* 1 == PCI_bus, 2 == ISA_200S, 3 == ISA_250MG, 4 == ISA_200S */
544 chip == tmc1800 ? "TMC-1800" : (chip == tmc18c50 ? "TMC-18C50" : (chip == tmc18c30 ? (PCI_bus ? "TMC-36C70 (PCI bus)" : "TMC-18C30") : "Unknown")), print_banner()
677 if (chip != tmc18c30 && !PCI_bus && addresses[(options & 0xc0) >> 6 ] != bios_base) fdomain_get_irq()
705 PCI_bus = (signatures[j].flag == 1); fdomain_isa_detect()
882 PCI_bus = 1; fdomain_pci_bios_detect()
950 if (PCI_bus || (bios_major == 3 && bios_minor >= 2) || bios_major < 0) { __fdomain_16x0_detect()
1748 if (PCI_bus) fdomain_16x0_release()

Completed in 83 milliseconds