| /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 112 * consisting of a Segment number, Bus number, Device number, 115 * The PCI hardware dynamically configures PCI bus numbers 116 * depending on the bus topology discovered during system 119 * the Bus/Device/Function numbers in the PciId with the actual 125 * will make any necessary modifications to the Bus, Device, or 159 /* Walk the list, updating the PCI device/function/bus numbers */ 280 "Input PciId: Seg %4.4X Bus %4.4X Dev %4.4X Func %4.4X\n", 281 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function)); 283 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;
|
| efilib.h | 908 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 | 453 * PARAMETERS: PciId - Seg/Bus/Dev 472 pcie_bdf_t bdf = PCIE_BDF (PciId->Bus, PciId->Device, PciId->Function); 515 * PARAMETERS: PciId - Seg/Bus/Dev 534 pcie_bdf_t bdf = PCIE_BDF (PciId->Bus, PciId->Device, PciId->Function);
|
| /src/sys/external/bsd/acpica/dist/include/ |
| actbl1.h | 1040 UINT8 Bus; 1805 UINT32 Bus; /* Bus and Segment numbers */ 1824 * Macros to access the bus/segment numbers in Bus field above: 1825 * Bus number is encoded in bits 7:0 1828 #define ACPI_HEST_BUS(Bus) ((Bus) & 0xFF) 1829 #define ACPI_HEST_SEGMENT(Bus) (((Bus) >> 8) & 0xFFFF [all...] |
| actbl3.h | 463 UINT8 Bus; /* PCI Bus/Segment/Function numbers */ 727 UINT8 PciBus; /* PCI Bus number */ 851 UINT8 PciBus; /* PCI Bus number */
|
| actbl2.h | 1372 UINT8 Bus; 1555 UINT8 Bus; /* 0 - ISA */ 2102 UINT8 StartBusNumber; /* Starting PCI Bus number */ 2103 UINT8 EndBusNumber; /* Final PCI Bus number */
|
| actypes.h | 1358 UINT16 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...] |
| mpt_netbsd.c | 125 mpt->bus = 0; /* XXX ?? */ 157 * Save the output of the config so we can rescan the bus in case of 755 /* XXX This is a bus-reset */ 757 mpt_prt(mpt, "%s: IOC SCSI bus reset!", __func__); 851 mpt_req->Bus = mpt->bus; 1339 mpt_prt(mpt, "Unit Attn: Bus 0x%02x Target 0x%02x", 1344 /* We generated a bus reset. */ 1345 mpt_prt(mpt, "IOC Bus Reset Port %d", 1350 /* Someone else generated a bus reset. * [all...] |
| aacreg.h | 211 #define FT_DRIVE 9 /* phys disk - addressable in scsi by bus/target/lun */ 646 u_int32_t Bus; 755 u_int32_t bus; member in struct:aac_srb32
|
| /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,
|
| apei.c | 584 " Bus=%"PRIu8 596 le16dec(PE->DeviceID.Segment), PE->DeviceID.Bus,
|
| /src/sys/external/bsd/acpica/dist/events/ |
| evrgnini.c | 226 * We need to get the _SEG and _BBN objects relative to the PCI BUS device. 301 * For PCI_Config space access, we need the segment, bus, device and 345 /* The PCI bus number comes from the _BBN method */ 351 PciId->Bus = ACPI_LOWORD (PciValue);
|
| /src/sys/external/bsd/acpica/dist/executer/ |
| exregion.c | 424 * PciSegment is the PCI bus segment range 0-31 425 * PciBus is the PCI bus number range 0-255 437 "Pci-Config %u (%u) Seg(%04x) Bus(%04x) " 439 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,
|
| /src/sys/external/bsd/acpica/dist/common/ |
| dmtbinfo3.c | 153 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (PciBus), "PCI Bus", 0}, 185 {ACPI_DMT_UINT8, ACPI_SPMI_OFFSET (PciBus), "PCI Bus", 0}, 424 {ACPI_DMT_FLAG1, ACPI_TCPA_SERVER_OFFSET (DeviceFlags), "Bus is Pnp", 0}, 438 {ACPI_DMT_UINT8, ACPI_TCPA_SERVER_OFFSET (Bus), "Pci Bus", 0}, 627 {ACPI_DMT_UINT8, ACPI_WDAT_OFFSET (PciBus), "PCI Bus", 0}, 708 {ACPI_DMT_UINT8, ACPI_WDRT_OFFSET (PciBus), "PCI Bus", 0},
|
| dmtbinfo1.c | 909 {ACPI_DMT_UINT8, ACPI_DMARS_OFFSET (Bus), "PCI Bus Number", 0}, 1570 {ACPI_DMT_UINT32, ACPI_HEST6_OFFSET (Aer.Bus), "Bus", 0}, \
|
| /src/sys/arch/x68k/stand/boot_ufs/ |
| boot.S | 340 lea 0x0008:W,%a1 | MPU Bus Error vector 346 movel %a0,%a1@ | set bus error vector 350 moveq #0,%d0 | this is skipped on bus error
|