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

/freebsd-current/sys/x86/x86/
H A Dmptable.c98 enum busTypes bus_type; member in struct:BUSDATA
444 busses[i].bus_type = NOBUS;
629 enum busTypes bus_type; local
635 bus_type = lookup_bus_type(bus->bus_type);
636 if (bus_type == UNKNOWN_BUSTYPE) {
639 printf("%c", bus->bus_type[i]);
643 busses[bus->bus_id].bus_type = bus_type;
674 busses[0].bus_type
[all...]
H A Dio_apic.c112 static const char *ioapic_bus_string(int bus_type);
224 ioapic_bus_string(int bus_type) argument
227 switch (bus_type) {
774 ioapic_set_bus(void *cookie, u_int pin, int bus_type) argument
778 if (bus_type < 0 || bus_type > APIC_BUS_MAX)
785 if (io->io_pins[pin].io_bus == bus_type)
787 io->io_pins[pin].io_bus = bus_type;
790 ioapic_bus_string(bus_type));
/freebsd-current/sys/arm64/coresight/
H A Dcoresight.c90 switch (pdata->bus_type) {
H A Dcoresight.h102 enum cs_bus_type bus_type; member in struct:coresight_platform_data
H A Dcoresight_fdt.c137 pdata->bus_type = CORESIGHT_BUS_FDT;
H A Dcoresight_acpi.c357 pdata->bus_type = CORESIGHT_BUS_ACPI;
/freebsd-current/sys/dev/drm2/
H A Ddrm_platform.c98 .bus_type = DRIVER_BUS_PLATFORM,
H A Ddrm_pci.c303 .bus_type = DRIVER_BUS_PCI,
H A DdrmP.h683 int bus_type; member in struct:drm_bus
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dcoredump.h56 __le32 bus_type; member in struct:ath10k_dump_file_data
H A Dcoredump.c1533 dump_data->bus_type = cpu_to_le32(0);
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dmptbl.c173 memcpy(mpeb->bus_type, MPE_BUSNAME_PCI, MPE_BUSNAME_LEN);
179 memcpy(mpeb->bus_type, MPE_BUSNAME_ISA, MPE_BUSNAME_LEN);
/freebsd-current/sys/x86/include/
H A Dmptable.h103 uint8_t bus_type[6]; member in struct:BUSENTRY
H A Dapicvar.h205 int ioapic_set_bus(void *cookie, u_int pin, int bus_type);
/freebsd-current/usr.sbin/mptable/
H A Dmptable.c787 printf( "\t " ); pnstr( entry->bus_type, 6 ); printf( "\n" );
790 if ( (c = entry->bus_type[ x ]) == ' ' )
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c724 wed->wlan.bus_type = MTK_WED_BUS_PCIE;
752 wed->wlan.bus_type = MTK_WED_BUS_AXI;
/freebsd-current/sys/dev/mpr/
H A Dmpr.c2411 u32 bus_type:4; member in struct:loginfo_type::__anon9
2418 if (sas_loginfo.dw.bus_type != 3 /*SAS*/)
/freebsd-current/sys/dev/mps/
H A Dmps.c2253 u32 bus_type:4; member in struct:loginfo_type::__anon12
2260 if (sas_loginfo.dw.bus_type != 3 /*SAS*/)

Completed in 286 milliseconds