| /src/sys/x86/x86/ |
| H A D | mptable.c | 92 enum busTypes bus_type; member 436 busses[i].bus_type = NOBUS; in mptable_setup_io() 619 enum busTypes bus_type; in mptable_parse_apics_and_busses_handler() local 625 bus_type = lookup_bus_type(bus->bus_type); in mptable_parse_apics_and_busses_handler() 626 if (bus_type == UNKNOWN_BUSTYPE) { in mptable_parse_apics_and_busses_handler() 629 printf("%c", bus->bus_type[i]); in mptable_parse_apics_and_busses_handler() 633 busses[bus->bus_id].bus_type = bus_type; in mptable_parse_apics_and_busses_handler() 664 busses[0].bus_type = default_data[mpfps->config_type - 1][2]; in mptable_parse_apics_and_busses() 667 busses[1].bus_type = in mptable_parse_apics_and_busses() 683 switch (busses[src_bus].bus_type) { in conforming_polarity() [all …]
|
| H A D | io_apic.c | 112 static const char *ioapic_bus_string(int bus_type); 224 ioapic_bus_string(int bus_type) in ioapic_bus_string() argument 227 switch (bus_type) { in ioapic_bus_string() 768 ioapic_set_bus(ioapic_drv_t io, u_int pin, int bus_type) in ioapic_set_bus() argument 771 if (bus_type < 0 || bus_type > APIC_BUS_MAX) in ioapic_set_bus() 777 if (io->io_pins[pin].io_bus == bus_type) in ioapic_set_bus() 779 io->io_pins[pin].io_bus = bus_type; in ioapic_set_bus() 782 ioapic_bus_string(bus_type)); in ioapic_set_bus()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | common.h | 67 enum brcmf_bus_type bus_type, 83 void brcmf_acpi_probe(struct device *dev, enum brcmf_bus_type bus_type, 87 enum brcmf_bus_type bus_type, in brcmf_acpi_probe() argument
|
| H A D | of.h | 6 int brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type, 9 static int brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type, in brcmf_of_probe() argument
|
| H A D | common.c | 549 enum brcmf_bus_type bus_type, in brcmf_get_module_param() argument 557 brcmf_dbg(INFO, "Enter, bus=%d, chip=%d, rev=%d\n", bus_type, chip, in brcmf_get_module_param() 573 if (bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param() 581 if ((device_pd->bus_type == bus_type) && in brcmf_get_module_param() 588 if (device_pd->bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param() 600 if (brcmf_of_probe(dev, bus_type, settings) == -EPROBE_DEFER) { in brcmf_get_module_param() 604 brcmf_acpi_probe(dev, bus_type, settings); in brcmf_get_module_param()
|
| H A D | of.c | 69 int brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type, in brcmf_of_probe() argument 133 if (bus_type != BRCMF_BUSTYPE_SDIO) in brcmf_of_probe()
|
| H A D | acpi.c | 11 void brcmf_acpi_probe(struct device *dev, enum brcmf_bus_type bus_type, in brcmf_acpi_probe() argument
|
| /src/sys/compat/linuxkpi/common/include/linux/platform_data/ |
| H A D | brcmfmac.h | 152 enum brcmf_bus_type bus_type; member
|
| /src/usr.sbin/bhyve/amd64/ |
| H A D | mptbl.c | 173 memcpy(mpeb->bus_type, MPE_BUSNAME_PCI, MPE_BUSNAME_LEN); in mpt_build_bus_entries() 179 memcpy(mpeb->bus_type, MPE_BUSNAME_ISA, MPE_BUSNAME_LEN); in mpt_build_bus_entries()
|
| /src/sys/arm64/coresight/ |
| H A D | coresight.c | 90 switch (pdata->bus_type) { in coresight_get_output_device()
|
| H A D | coresight.h | 102 enum cs_bus_type bus_type; member
|
| H A D | coresight_fdt.c | 137 pdata->bus_type = CORESIGHT_BUS_FDT; in coresight_fdt_get_platform_data()
|
| H A D | coresight_acpi.c | 357 pdata->bus_type = CORESIGHT_BUS_ACPI; in coresight_acpi_get_platform_data()
|
| /src/sys/dev/mmc/ |
| H A D | bridge.h | 130 enum mmc_bus_type bus_type; member
|
| /src/sys/contrib/dev/athk/ath10k/ |
| H A D | coredump.h | 61 __le32 bus_type; member
|
| H A D | coredump.c | 1536 dump_data->bus_type = cpu_to_le32(0); in ath10k_coredump_build()
|
| /src/sys/x86/include/ |
| H A D | mptable.h | 103 uint8_t bus_type[6]; member
|
| H A D | apicvar.h | 208 int ioapic_set_bus(ioapic_drv_t cookie, u_int pin, int bus_type);
|
| /src/sys/dev/drm2/ |
| H A D | drm_platform.c | 98 .bus_type = DRIVER_BUS_PLATFORM,
|
| H A D | drm_pci.c | 303 .bus_type = DRIVER_BUS_PCI,
|
| H A D | drmP.h | 683 int bus_type; member
|
| /src/usr.sbin/mptable/ |
| H A D | mptable.c | 787 printf( "\t " ); pnstr( entry->bus_type, 6 ); printf( "\n" ); in busEntry() 790 if ( (c = entry->bus_type[ x ]) == ' ' ) in busEntry()
|
| /src/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mmio.c | 659 wed->wlan.bus_type = MTK_WED_BUS_PCIE; in mt7915_mmio_wed_init() 690 wed->wlan.bus_type = MTK_WED_BUS_AXI; in mt7915_mmio_wed_init()
|
| /src/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mmio.c | 491 wed->wlan.bus_type = MTK_WED_BUS_PCIE; in mt7996_mmio_wed_init()
|
| /src/sys/dev/mps/ |
| H A D | mps.c | 2274 u32 bus_type:4; in mps_sas_log_info() member 2281 if (sas_loginfo.dw.bus_type != 3 /*SAS*/) in mps_sas_log_info()
|