Searched refs:Bus (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/ata/
H A DATAModule.cpp47 if (channel->Bus() != NULL) {
48 gSCSIModule->block_bus(channel->Bus());
67 if (channel->Bus() == NULL) {
82 if (channel->Bus() == NULL)
94 if (channel->Bus() == NULL)
106 if (channel->Bus() == NULL)
118 if (channel->Bus() == NULL)
138 if (channel->Bus() == NULL)
H A DATAPrivate.h72 scsi_bus Bus() const { return fSCSIBus; } function in class:ATAChannel
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c186 * consisting of a Segment number, Bus number, Device number,
193 * the Bus/Device/Function numbers in the PciId with the actual
199 * will make any necessary modifications to the Bus, Device, or
348 "Input PciId: Seg %4.4X Bus %4.4X Dev %4.4X Func %4.4X\n",
349 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
351 BusNumber = PciId->Bus;
374 "Output PciId: Seg %4.4X Bus %4.4X Dev %4.4X Func %4.4X "
376 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
482 PciId->Bus = *BusNumber;
518 PciId->Bus
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp883 * PARAMETERS: pciId Seg/Bus/Dev
905 pciId->Bus, pciId->Device, pciId->Function, reg, width / 8);
921 * PARAMETERS: pciId Seg/Bus/Dev
938 pciId->Bus, pciId->Device, pciId->Function, reg, width / 8, value);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl1.h599 UINT32 Bus; member in struct:acpi_hest_aer_common
880 UINT8 Bus; /* 0 - ISA */ member in struct:acpi_madt_interrupt_override
H A Dactbl2.h539 UINT8 Bus; member in struct:acpi_dmar_device_scope
998 UINT8 StartBusNumber; /* Starting PCI Bus number */
999 UINT8 EndBusNumber; /* Final PCI Bus number */
1270 UINT8 PciBus; /* PCI Bus number */
1394 UINT8 PciBus; /* PCI Bus number */
H A Dactypes.h1254 UINT16 Bus; member in struct:acpi_pci_id
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexregion.c477 "Pci-Config %u (%u) Seg(%04x) Bus(%04x) Dev(%04x) Func(%04x) Reg(%04x)\n",
478 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c429 PciId->Bus = ACPI_LOWORD (PciValue);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Ddmtbinfo.c851 {ACPI_DMT_UINT8, ACPI_DMARS_OFFSET (Bus), "PCI Bus Number", 0},
1090 {ACPI_DMT_UINT32, ACPI_HEST6_OFFSET (Aer.Bus), "Bus", 0}, \
1400 {ACPI_DMT_UINT8, ACPI_MADT2_OFFSET (Bus), "Bus", 0},
1554 {ACPI_DMT_UINT8, ACPI_MCFG0_OFFSET (StartBusNumber), "Start Bus Number", 0},
1555 {ACPI_DMT_UINT8, ACPI_MCFG0_OFFSET (EndBusNumber), "End Bus Number", 0},
1578 {ACPI_DMT_UINT8, ACPI_MCHI_OFFSET (PciBus), "Pci Bus", 0},
1936 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (PciBus), "PCI Bus",
[all...]
/haiku-fatelf/src/system/kernel/arch/x86/
H A Dioapic.cpp523 info->Bus, info->SourceIrq, (uint32)info->GlobalIrq,

Completed in 151 milliseconds