/src/sys/dev/acpi/acpica/ |
OsdHardware.c | 220 if (PciId->Bus >= 256 || PciId->Device >= 32 || PciId->Function >= 8) 223 pc = acpi_pcidev_get_tag(PciId->Segment, PciId->Bus, PciId->Device, PciId->Function); 225 tag = pci_make_tag(pc, PciId->Bus, PciId->Device, PciId->Function); 265 pc = acpi_pcidev_get_tag(PciId->Segment, PciId->Bus, PciId->Device, PciId->Function); 266 tag = pci_make_tag(pc, PciId->Bus, PciId->Device, PciId->Function);
|
/src/sys/external/bsd/acpica/dist/hardware/ |
hwpci.c | 3 * Module Name: hwpci - Obtain PCI bus, device, and function numbers 220 * consisting of a Segment number, Bus number, Device number, 223 * The PCI hardware dynamically configures PCI bus numbers 224 * depending on the bus topology discovered during system 227 * the Bus/Device/Function numbers in the PciId with the actual 233 * will make any necessary modifications to the Bus, Device, or 267 /* Walk the list, updating the PCI device/function/bus numbers */ 388 "Input PciId: Seg %4.4X Bus %4.4X Dev %4.4X Func %4.4X\n", 389 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function)); 391 BusNumber = PciId->Bus; [all...] |
/src/sys/external/bsd/gnu-efi/dist/inc/ |
pci22.h | 121 UINT8 Bus; 129 UINT32 Bus : 8;
|
efi_pxe.h | 42 // BUS ROM ID signatures 940 // PCI and PC Card NICs are both identified using bus, device 953 // Bus, device & function numbers that locate this device. 955 PXE_UINT16 Bus; 1136 // For PCI bus devices, this field is set to PXE_BUSTYPE_PCI. 1144 PXE_UINT16 Bus; 1163 // For PCC bus devices, this field is set to PXE_BUSTYPE_PCC. 1171 PXE_UINT16 Bus;
|
efipciio.h | 296 UINT8 Bus;
|
/src/sys/arch/x68k/stand/boot/ |
srt0.S | 101 lea 0x0008:W,%a1 | MPU Bus Error vector 107 movel %a0,%a1@ | set bus error vector 111 moveq #0,%d0 | this is skipped on bus error
|
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
oszephyr.c | 561 * PARAMETERS: PciId - Seg/Bus/Dev 580 pcie_bdf_t bdf = PCIE_BDF (PciId->Bus, PciId->Device, PciId->Function); 623 * PARAMETERS: PciId - Seg/Bus/Dev 642 pcie_bdf_t bdf = PCIE_BDF (PciId->Bus, PciId->Device, PciId->Function);
|
/src/sys/external/bsd/acpica/dist/include/ |
actbl1.h | 1147 UINT8 Bus; 1912 UINT32 Bus; /* Bus and Segment numbers */ 1931 * Macros to access the bus/segment numbers in Bus field above: 1932 * Bus number is encoded in bits 7:0 1935 #define ACPI_HEST_BUS(Bus) ((Bus) & 0xFF) 1936 #define ACPI_HEST_SEGMENT(Bus) (((Bus) >> 8) & 0xFFFF [all...] |
actbl3.h | 570 UINT8 Bus; /* PCI Bus/Segment/Function numbers */ 834 UINT8 PciBus; /* PCI Bus number */ 958 UINT8 PciBus; /* PCI Bus number */
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
armada-xp-openblocks-ax3-4.dts | 39 /* Device Bus parameters are required */ 42 devbus,bus-width = <16>;
|
armada-xp-db.dts | 50 /* Device Bus parameters are required */ 53 devbus,bus-width = <16>;
|
armada-xp-gp.dts | 68 /* Device Bus parameters are required */ 71 devbus,bus-width = <16>;
|
tegra20-colibri.dtsi | 22 nvidia,ddc-i2c-bus = <&hdmi_ddc>; 82 * Colibri Address/Data Bus (GMI) 399 * Bus (GMI) 444 nand-bus-width = <8>; 608 nvidia,bus-addr = <0x34>; 710 reg_lan_v_bus: regulator-lan-v-bus {
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
sun50i-a100-allwinner-perf1.dts | 37 * and the RSB Bus.
|
sun50i-h6-beelink-gs1.dts | 131 bus-width = <4>; 140 bus-width = <8>; 162 * and the RSB Bus.
|
/src/sys/dev/ic/ |
mpt_debug.c | 64 { MPI_IOCSTATUS_SCSI_INVALID_BUS, "SCSI: Invalid Bus" }, 74 { MPI_IOCSTATUS_SCSI_IOC_TERMINATED, "SCSI: IOC Bus Reset" }, 75 { MPI_IOCSTATUS_SCSI_EXT_TERMINATED, "SCSI: External Bus Reset" }, 127 { MPI_EVENT_IOC_BUS_RESET, "IOC Bus Reset" }, 128 { MPI_EVENT_EXT_BUS_RESET, "External Bus Reset" }, 136 { MPI_EVENT_ON_BUS_TIMER_EXPIRED, "On Bus Timer Expired" }, 385 printf("\tBus: %d\n", msg->Bus); 499 printf("\tBus: %d\n", msg->Bus);
|
mpt_mpilib.h | 853 * Revised bus width definitions in SCSI_PORT_0, 1760 U8 Bus; /* 11h */ 2622 U8 Bus; /* 01h */ 2691 U8 Bus; /* 01h */ 2752 U8 Bus; /* 01h */ 2783 U8 Bus; /* 01h */ 2806 U8 Bus; /* 01h */ 2846 U8 Bus; /* 01h */ 3315 /* SCSI Event data for Port, Bus and Device forms */ 3330 U8 Bus; /* 01h * [all...] |
/src/sys/arch/ia64/acpi/ |
madt.c | 53 printf("\t\tBus=%u, Source=%u, Irq=0x%x\n", iso->Bus,
|
/src/sys/dev/acpi/ |
apei_cper.h | 257 uint8_t Bus;
|
acpi_verbose.c | 224 "BUS %u, IRQ %u, GSI %u, FLAGS 0x%02X", "INTR OVERRIDE", 225 ((ACPI_MADT_INTERRUPT_OVERRIDE *)hdr)->Bus,
|
/src/sys/external/bsd/acpica/dist/events/ |
evrgnini.c | 334 * We need to get the _SEG and _BBN objects relative to the PCI BUS device. 409 * For PCI_Config space access, we need the segment, bus, device and 453 /* The PCI bus number comes from the _BBN method */ 459 PciId->Bus = ACPI_LOWORD (PciValue);
|
/src/sys/external/bsd/acpica/dist/executer/ |
exregion.c | 532 * PciSegment is the PCI bus segment range 0-31 533 * PciBus is the PCI bus number range 0-255 545 "Pci-Config %u (%u) Seg(%04x) Bus(%04x) " 547 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
imx8mq-hummingboard-pulse.dts | 208 * These pins are by default GPIO on the Mikro Bus
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
armada-8040-clearfog-gt-8k.dts | 66 i2c-bus = <&cp0_i2c1>; 239 bus-width = <8>; 264 * MPP Bus: 414 bus-width = <4>; 427 * MPP Bus:
|
/src/sys/external/bsd/acpica/dist/common/ |
dmtbinfo3.c | 261 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (PciBus), "PCI Bus", 0}, 293 {ACPI_DMT_UINT8, ACPI_SPMI_OFFSET (PciBus), "PCI Bus", 0}, 507 {ACPI_DMT_FLAG1, ACPI_TCPA_SERVER_OFFSET (DeviceFlags), "Bus is Pnp", 0}, 521 {ACPI_DMT_UINT8, ACPI_TCPA_SERVER_OFFSET (Bus), "Pci Bus", 0}, 710 {ACPI_DMT_UINT8, ACPI_WDAT_OFFSET (PciBus), "PCI Bus", 0}, 791 {ACPI_DMT_UINT8, ACPI_WDRT_OFFSET (PciBus), "PCI Bus", 0},
|