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

/freebsd-11-stable/sys/x86/x86/
H A Dmptable.c99 enum busTypes bus_type; member in struct:BUSDATA
386 busses[i].bus_type = NOBUS;
551 enum busTypes bus_type; local
558 bus_type = lookup_bus_type(bus->bus_type);
559 if (bus_type == UNKNOWN_BUSTYPE) {
562 printf("%c", bus->bus_type[i]);
566 busses[bus->bus_id].bus_type = bus_type;
597 busses[0].bus_type
[all...]
H A Dio_apic.c110 static const char *ioapic_bus_string(int bus_type);
222 ioapic_bus_string(int bus_type) argument
225 switch (bus_type) {
776 ioapic_set_bus(void *cookie, u_int pin, int bus_type) argument
780 if (bus_type < 0 || bus_type > APIC_BUS_MAX)
787 if (io->io_pins[pin].io_bus == bus_type)
789 io->io_pins[pin].io_bus = bus_type;
792 ioapic_bus_string(bus_type));
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_ebt3000_cf.c125 int bus_type; variable
264 if (bus_type == CF_8) {
281 if (bus_type == CF_8) {
341 switch (bus_type)
394 switch (bus_type)
439 switch (bus_type)
487 switch (bus_type)
532 switch (bus_type)
636 bus_type = CF_TRUE_IDE_8;
638 bus_type
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_platform.c100 .bus_type = DRIVER_BUS_PLATFORM,
H A Ddrm_pci.c304 .bus_type = DRIVER_BUS_PCI,
H A DdrmP.h685 int bus_type; member in struct:drm_bus
/freebsd-11-stable/sys/dev/wi/
H A Dif_wi_pci.c97 int bus_type; member in struct:__anon7940
130 sc->wi_bus_type = pci_ids[i].bus_type;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dmptbl.c177 memcpy(mpeb->bus_type, MPE_BUSNAME_PCI, MPE_BUSNAME_LEN);
183 memcpy(mpeb->bus_type, MPE_BUSNAME_ISA, MPE_BUSNAME_LEN);
/freebsd-11-stable/sys/x86/include/
H A Dmptable.h103 uint8_t bus_type[6]; member in struct:BUSENTRY
H A Dapicvar.h191 int ioapic_set_bus(void *cookie, u_int pin, int bus_type);
/freebsd-11-stable/usr.sbin/mptable/
H A Dmptable.c793 printf( "\t " ); pnstr( entry->bus_type, 6 ); printf( "\n" );
796 if ( (c = entry->bus_type[ x ]) == ' ' )
/freebsd-11-stable/sys/dev/buslogic/
H A Dbtreg.h450 u_int8_t bus_type; member in struct:__anon9354
H A Dbt.c499 if (esetup_info.bus_type == 'A'
502 } else if (esetup_info.bus_type == 'E'
511 } else if (esetup_info.bus_type == 'E'
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.c2438 ixgb_bus_type bus_type; local
2458 bus_type = adapter->hw.bus.type;
2469 bus_type == ixgb_bus_type_pci ? "PCI" :
2470 bus_type == ixgb_bus_type_pcix ? "PCI-X" :
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr.c1923 u32 bus_type:4; member in struct:loginfo_type::__anon7138
1930 if (sas_loginfo.dw.bus_type != 3 /*SAS*/)
/freebsd-11-stable/sys/dev/mps/
H A Dmps.c1774 u32 bus_type:4; member in struct:loginfo_type::__anon7144
1781 if (sas_loginfo.dw.bus_type != 3 /*SAS*/)

Completed in 179 milliseconds