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

/freebsd-10-stable/sys/boot/powerpc/ps3/
H A Dps3repo.h33 int ps3repo_read_bus_type(unsigned int bus_index, uint64_t *bus_type);
47 int ps3repo_find_bus_by_type(uint64_t bus_type, unsigned int *bus_index);
H A Dps3repo.c56 int ps3repo_read_bus_type(unsigned int bus_index, uint64_t *bus_type) argument
64 *bus_type = v1;
202 int ps3repo_find_bus_by_type(uint64_t bus_type, unsigned int *bus_index) argument
215 if (type == bus_type) {
/freebsd-10-stable/sys/x86/x86/
H A Dmptable.c92 enum busTypes bus_type; member in struct:BUSDATA
379 busses[i].bus_type = NOBUS;
544 enum busTypes bus_type; local
551 bus_type = lookup_bus_type(bus->bus_type);
552 if (bus_type == UNKNOWN_BUSTYPE) {
555 printf("%c", bus->bus_type[i]);
559 busses[bus->bus_id].bus_type = bus_type;
590 busses[0].bus_type
[all...]
H A Dio_apic.c108 static const char *ioapic_bus_string(int bus_type);
164 ioapic_bus_string(int bus_type) argument
167 switch (bus_type) {
652 ioapic_set_bus(void *cookie, u_int pin, int bus_type) argument
656 if (bus_type < 0 || bus_type > APIC_BUS_MAX)
663 if (io->io_pins[pin].io_bus == bus_type)
665 io->io_pins[pin].io_bus = bus_type;
668 ioapic_bus_string(bus_type));
/freebsd-10-stable/sys/mips/cavium/
H A Docteon_ebt3000_cf.c125 int bus_type; variable
263 if (bus_type == CF_8) {
280 if (bus_type == CF_8) {
340 switch (bus_type)
393 switch (bus_type)
438 switch (bus_type)
486 switch (bus_type)
531 switch (bus_type)
635 bus_type = CF_TRUE_IDE_8;
637 bus_type
[all...]
/freebsd-10-stable/sys/dev/wi/
H A Dif_wi_pci.c95 int bus_type; member in struct:__anon10176
128 sc->wi_bus_type = pci_ids[i].bus_type;
/freebsd-10-stable/usr.sbin/bhyve/
H A Dmptbl.c175 memcpy(mpeb->bus_type, MPE_BUSNAME_PCI, MPE_BUSNAME_LEN);
181 memcpy(mpeb->bus_type, MPE_BUSNAME_ISA, MPE_BUSNAME_LEN);
/freebsd-10-stable/sys/x86/include/
H A Dmptable.h100 char bus_type[6]; member in struct:BUSENTRY
/freebsd-10-stable/sys/amd64/include/
H A Dapicvar.h184 int ioapic_set_bus(void *cookie, u_int pin, int bus_type);
/freebsd-10-stable/sys/i386/include/
H A Dapicvar.h183 int ioapic_set_bus(void *cookie, u_int pin, int bus_type);
/freebsd-10-stable/sys/dev/buslogic/
H A Dbtreg.h450 u_int8_t bus_type; member in struct:__anon7963
H A Dbt.c501 if (esetup_info.bus_type == 'A'
504 } else if (esetup_info.bus_type == 'E'
513 } else if (esetup_info.bus_type == 'E'
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_pci.c303 .bus_type = DRIVER_BUS_PCI,
H A DdrmP.h662 int bus_type; member in struct:drm_bus
/freebsd-10-stable/sys/dev/ixgb/
H A Dif_ixgb.c2428 ixgb_bus_type bus_type; local
2448 bus_type = adapter->hw.bus.type;
2459 bus_type == ixgb_bus_type_pci ? "PCI" :
2460 bus_type == ixgb_bus_type_pcix ? "PCI-X" :
/freebsd-10-stable/sys/dev/mps/
H A Dmps.c1771 u32 bus_type:4; member in struct:loginfo_type::__anon1683
1778 if (sas_loginfo.dw.bus_type != 3 /*SAS*/)
/freebsd-10-stable/sys/dev/mpr/
H A Dmpr.c1920 u32 bus_type:4; member in struct:loginfo_type::__anon1679
1927 if (sas_loginfo.dw.bus_type != 3 /*SAS*/)

Completed in 277 milliseconds