bus_type 964 arch/i386/i386/mpbios.c bus_id, entry->bus_type); bus_type 973 arch/i386/i386/mpbios.c self->dv_xname, bus_id, entry->bus_type); bus_type 979 arch/i386/i386/mpbios.c if (memcmp(entry->bus_type, "PCI ", 6) == 0) { bus_type 984 arch/i386/i386/mpbios.c } else if (memcmp(entry->bus_type, "EISA ", 6) == 0) { bus_type 997 arch/i386/i386/mpbios.c } else if (memcmp(entry->bus_type, "ISA ", 6) == 0) { bus_type 1009 arch/i386/i386/mpbios.c entry->bus_type); bus_type 139 arch/i386/include/mpbiosreg.h char bus_type[6]; bus_type 282 dev/ic/advlib.c sc->max_dma_count = AscGetMaxDmaCount(sc->bus_type); bus_type 288 dev/ic/advlib.c chip_version = AscGetChipVersion(iot, ioh, sc->bus_type); bus_type 290 dev/ic/advlib.c if ((sc->bus_type & ASC_IS_PCI) && bus_type 292 dev/ic/advlib.c sc->bus_type = ASC_IS_PCI_ULTRA; bus_type 328 dev/ic/advlib.c if (sc->bus_type == ASC_IS_PCI) bus_type 335 dev/ic/advlib.c sc->bus_type = ASC_IS_ISAPNP; bus_type 337 dev/ic/advlib.c if ((sc->bus_type & ASC_IS_ISA) != 0) bus_type 390 dev/ic/advlib.c chksum = AscGetEEPConfig(iot, ioh, eep_config, sc->bus_type); bus_type 414 dev/ic/advlib.c if (AscGetChipVersion(iot, ioh, sc->bus_type) == bus_type 466 dev/ic/advlib.c if (((sc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA)) { bus_type 495 dev/ic/advlib.c if (sc->bus_type & (ASC_IS_ISA | ASC_IS_VL | ASC_IS_EISA)) bus_type 496 dev/ic/advlib.c sc->irq_no = AscGetChipIRQ(iot, ioh, sc->bus_type); bus_type 500 dev/ic/advlib.c if (((sc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) && bus_type 512 dev/ic/advlib.c AscSetEEPConfig(iot, ioh, eep_config, sc->bus_type); bus_type 548 dev/ic/advlib.c if ((sc->bus_type & (ASC_IS_ISA | ASC_IS_VL)) != 0) { bus_type 549 dev/ic/advlib.c AscSetChipIRQ(iot, ioh, sc->irq_no, sc->bus_type); bus_type 551 dev/ic/advlib.c if (sc->bus_type & ASC_IS_PCI) { bus_type 555 dev/ic/advlib.c if ((sc->bus_type & ASC_IS_PCI_ULTRA) != ASC_IS_PCI_ULTRA) { bus_type 562 dev/ic/advlib.c } else if (sc->bus_type == ASC_IS_ISAPNP) { bus_type 563 dev/ic/advlib.c if (AscGetChipVersion(iot, ioh, sc->bus_type) == bus_type 570 dev/ic/advlib.c if (sc->bus_type & ASC_IS_ISA) { bus_type 838 dev/ic/advlib.c AscGetChipVersion(iot, ioh, bus_type) bus_type 841 dev/ic/advlib.c u_int16_t bus_type; bus_type 843 dev/ic/advlib.c if (bus_type & ASC_IS_EISA) { bus_type 1451 dev/ic/advlib.c AscGetEEPConfig(iot, ioh, cfg_buf, bus_type) bus_type 1455 dev/ic/advlib.c u_int16_t bus_type; bus_type 1476 dev/ic/advlib.c if (bus_type & ASC_IS_VL) { bus_type 1497 dev/ic/advlib.c AscSetEEPConfig(iot, ioh, cfg_buf, bus_type) bus_type 1501 dev/ic/advlib.c u_int16_t bus_type; bus_type 1508 dev/ic/advlib.c if ((n_error = AscSetEEPConfigOnce(iot, ioh, cfg_buf, bus_type)) == 0) bus_type 1520 dev/ic/advlib.c AscSetEEPConfigOnce(iot, ioh, cfg_buf, bus_type) bus_type 1524 dev/ic/advlib.c u_int16_t bus_type; bus_type 1543 dev/ic/advlib.c if (bus_type & ASC_IS_VL) { bus_type 1646 dev/ic/advlib.c if (!(sc->bus_type & (ASC_IS_VL | ASC_IS_EISA))) { bus_type 2083 dev/ic/advlib.c AscGetChipIRQ(iot, ioh, bus_type) bus_type 2086 dev/ic/advlib.c u_int16_t bus_type; bus_type 2092 dev/ic/advlib.c if (bus_type & ASC_IS_EISA) { bus_type 2099 dev/ic/advlib.c if ((bus_type & ASC_IS_VL) != 0) { bus_type 2118 dev/ic/advlib.c AscSetChipIRQ(iot, ioh, irq_no, bus_type) bus_type 2122 dev/ic/advlib.c u_int16_t bus_type; bus_type 2127 dev/ic/advlib.c if (bus_type & ASC_IS_VL) { bus_type 2144 dev/ic/advlib.c return (AscGetChipIRQ(iot, ioh, bus_type)); bus_type 2146 dev/ic/advlib.c if (bus_type & ASC_IS_ISA) { bus_type 2154 dev/ic/advlib.c return (AscGetChipIRQ(iot, ioh, bus_type)); bus_type 2195 dev/ic/advlib.c AscGetMaxDmaCount(bus_type) bus_type 2196 dev/ic/advlib.c u_int16_t bus_type; bus_type 2198 dev/ic/advlib.c if (bus_type & ASC_IS_ISA) bus_type 2200 dev/ic/advlib.c else if (bus_type & (ASC_IS_EISA | ASC_IS_VL)) bus_type 855 dev/ic/advlib.h u_int16_t bus_type; bus_type 487 dev/ic/adw.c ADW_GET_CHIP_VERSION(sc->sc_iot, sc->sc_ioh, sc->bus_type); bus_type 998 dev/ic/adwlib.h #define ADW_GET_CHIP_VERSION(iot, ioh, bus_type) \ bus_type 960 dev/ic/bha.c switch (inquire.reply.bus_type) { bus_type 969 dev/ic/bha.c inquire.reply.bus_type); bus_type 312 dev/ic/bhareg.h u_char bus_type; /* Type of bus connected to */ bus_type 173 dev/pci/adv_pci.c sc->bus_type = ASC_IS_PCI; bus_type 384 dev/pci/if_em.c if (sc->hw.bus_type == em_bus_type_pcix && bus_type 564 dev/pci/if_em_hw.c if (hw->bus_type == em_bus_type_pci_express) { bus_type 968 dev/pci/if_em_hw.c if (hw->bus_type == em_bus_type_pcix) { bus_type 6074 dev/pci/if_em_hw.c hw->bus_type = em_bus_type_unknown; bus_type 6082 dev/pci/if_em_hw.c hw->bus_type = em_bus_type_pci_express; bus_type 6094 dev/pci/if_em_hw.c hw->bus_type = em_bus_type_pci_express; bus_type 6100 dev/pci/if_em_hw.c hw->bus_type = (status & E1000_STATUS_PCIX_MODE) ? bus_type 6104 dev/pci/if_em_hw.c hw->bus_speed = (hw->bus_type == em_bus_type_pci) ? bus_type 6106 dev/pci/if_em_hw.c } else if (hw->bus_type == em_bus_type_pci) { bus_type 7158 dev/pci/if_em_hw.c if (hw->bus_type != em_bus_type_pci_express) bus_type 7184 dev/pci/if_em_hw.c if (hw->bus_type != em_bus_type_pci_express) bus_type 7485 dev/pci/if_em_hw.c if (hw->bus_type == em_bus_type_unknown) bus_type 7488 dev/pci/if_em_hw.c if (hw->bus_type != em_bus_type_pci_express) bus_type 1381 dev/pci/if_em_hw.h em_bus_type bus_type; bus_type 2054 dev/pci/if_ixgb.c ixgb_bus_type bus_type; bus_type 2058 dev/pci/if_ixgb.c bus_type = sc->hw.bus.type; bus_type 2069 dev/pci/if_ixgb.c bus_type == ixgb_bus_type_pci ? "PCI" : bus_type 2070 dev/pci/if_ixgb.c bus_type == ixgb_bus_type_pcix ? "PCI-X" :