/src/sys/dev/pci/ |
wsdisplay_pci.c | 47 busid->bus_type = WSDISPLAYIO_BUS_PCI;
|
adv_pci.c | 205 sc->bus_type = ASC_IS_PCI;
|
/src/sys/arch/x86/include/ |
mpbiosreg.h | 104 char bus_type[6]; member in struct:mpbios_bus
|
/src/sys/arch/x86/x86/ |
mpbios.c | 174 const char *bus_type[2]; member in struct:dflt_conf_entry 672 for (i = 0; i < __arraycount(dflt_conf->bus_type); i++) { 673 if (dflt_conf->bus_type[i] != NULL) 910 for (i = 0; i < __arraycount(dflt_conf->bus_type); i++) { 911 if (dflt_conf->bus_type[i] != NULL) { 912 memcpy(mpb.bus_type, dflt_conf->bus_type[i], 6); 1232 entry->bus_type); 1241 bus_id, entry->bus_type); 1247 if (memcmp(entry->bus_type, "PCI ", 6) == 0) [all...] |
/src/sys/arch/sparc64/include/ |
bus_defs.h | 85 enum bus_type { enum 106 typedef enum bus_type bus_type_t;
|
/src/sys/dev/ic/ |
advlib.c | 261 sc->max_dma_count = AscGetMaxDmaCount(sc->bus_type); 267 if ((sc->bus_type & ASC_IS_PCI) && 269 sc->bus_type = ASC_IS_PCI_ULTRA; 305 if (sc->bus_type == ASC_IS_PCI) 312 sc->bus_type = ASC_IS_ISAPNP; 314 if ((sc->bus_type & ASC_IS_ISA) != 0) 371 chksum = AscGetEEPConfig(iot, ioh, eep_config, sc->bus_type); 446 if (((sc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA)) { 475 if (sc->bus_type & (ASC_IS_ISA | ASC_IS_VL | ASC_IS_EISA)) 476 sc->irq_no = AscGetChipIRQ(iot, ioh, sc->bus_type); [all...] |
bha.c | 947 switch (inquire.reply.bus_type) { 956 inquire.reply.bus_type); 1163 if (inquire.reply.bus_type == BHA_BUS_TYPE_24BIT && 1166 else if (inquire.reply.bus_type == BHA_BUS_TYPE_32BIT && 1171 else if (inquire.reply.bus_type == BHA_BUS_TYPE_32BIT &&
|
bhareg.h | 302 u_char bus_type; /* Type of bus connected to */ member in struct:bha_extended_inquire::__anona60743a30208
|
adwlib.h | 999 * The second parameter 'bus_type' is currently unused. 1001 #define ADW_GET_CHIP_VERSION(iot, ioh, bus_type) \
|
/src/sys/arch/arm/broadcom/ |
bcm2835_genfb.c | 153 busid->bus_type = WSDISPLAYIO_BUS_SOC;
|
/src/sys/arch/arm/imx/ |
imx_genfb.c | 148 busid->bus_type = WSDISPLAYIO_BUS_SOC;
|
/src/sys/arch/arm/nvidia/ |
tegra_fb.c | 155 busid->bus_type = WSDISPLAYIO_BUS_SOC;
|
/src/sys/dev/isa/ |
adv_isa.c | 223 sc->bus_type = ASC_IS_ISA;
|
/src/sys/arch/arm/rockchip/ |
rk_fb.c | 176 busid->bus_type = WSDISPLAYIO_BUS_SOC;
|
/src/sys/arch/arm/sunxi/ |
sunxi_fb.c | 160 busid->bus_type = WSDISPLAYIO_BUS_SOC;
|
/src/sys/arch/arm/ti/ |
ti_fb.c | 155 busid->bus_type = WSDISPLAYIO_BUS_SOC;
|
/src/sys/dev/cardbus/ |
adv_cardbus.c | 205 sc->bus_type = ASC_IS_PCI;
|
/src/sys/arch/arc/dti/ |
btlreg.h | 189 u_char bus_type; /* Type of bus connected to */ member in struct:bt_extended_inquire::__anon5ae647130208
|
/src/sys/arch/mac68k/dev/ |
genfb_grfbus.c | 146 busid->bus_type = WSDISPLAYIO_BUS_GRFBUS;
|
/src/sys/dev/fdt/ |
simplefb.c | 83 busid->bus_type = WSDISPLAYIO_BUS_SOC;
|
/src/sys/arch/arm/fdt/ |
plfb_fdt.c | 222 busid->bus_type = WSDISPLAYIO_BUS_SOC;
|
/src/sys/arch/evbppc/wii/dev/ |
wiifb.c | 365 busid->bus_type = WSDISPLAYIO_BUS_SOC;
|
/src/sys/dev/wscons/ |
wsconsio.h | 596 u_int bus_type; member in struct:wsdisplayio_bus_id
|
/src/sys/arch/amiga/dev/ |
mntva.c | 499 busid->bus_type = WSDISPLAYIO_BUS_SOC;
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_mipi_dsi.c | 95 static struct bus_type mipi_dsi_bus_type = {
|