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

/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAModule.cpp48 if (channel->Bus() != NULL) {
49 gSCSIModule->block_bus(channel->Bus());
68 if (channel->Bus() == NULL) {
83 if (channel->Bus() == NULL)
95 if (channel->Bus() == NULL)
107 if (channel->Bus() == NULL)
119 if (channel->Bus() == NULL)
139 if (channel->Bus() == NULL)
H A DATAPrivate.h73 scsi_bus Bus() const { return fSCSIBus; } function in class:ATAChannel
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c220 * consisting of a Segment number, Bus number, Device number,
227 * the Bus/Device/Function numbers in the PciId with the actual
233 * will make any necessary modifications to the Bus, Device, or
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;
414 "Output PciId: Seg %4.4X Bus %4.4X Dev %4.4X Func %4.4X "
416 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
522 PciId->Bus = *BusNumber;
558 PciId->Bus
[all...]
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIPrivate.h52 scsi_bus Bus() const { return fBus; } function in class:VirtioSCSIController
H A Dvirtio_scsi.cpp81 if (sim->Bus() == NULL)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl1.h1124 UINT8 Bus; member in struct:acpi_dmar_device_scope
1871 UINT32 Bus; /* Bus and Segment numbers */ member in struct:acpi_hest_aer_common
1890 * Macros to access the bus/segment numbers in Bus field above:
1891 * Bus number is encoded in bits 7:0
1894 #define ACPI_HEST_BUS(Bus) ((Bus) & 0xFF)
1895 #define ACPI_HEST_SEGMENT(Bus) (((Bus) >> 8) & 0xFFFF)
H A Dactbl3.h548 UINT8 Bus; /* PCI Bus/Segment/Function numbers */ member in struct:acpi_table_tcpa_server
810 UINT8 PciBus; /* PCI Bus number */
934 UINT8 PciBus; /* PCI Bus number */
H A Dactypes.h1459 UINT16 Bus; member in struct:acpi_pci_id
H A Dactbl2.h1181 UINT8 Bus; /* 0 - ISA */ member in struct:acpi_madt_interrupt_override
1677 UINT8 StartBusNumber; /* Starting PCI Bus number */
1678 UINT8 EndBusNumber; /* Final PCI Bus number */
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexregion.c564 "Pci-Config %u (%u) Seg(%04x) Bus(%04x) "
566 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c459 PciId->Bus = ACPI_LOWORD (PciValue);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp888 * PARAMETERS: pciId Seg/Bus/Dev
910 pciId->Bus, pciId->Device, pciId->Function, reg, width / 8);
926 * PARAMETERS: pciId Seg/Bus/Dev
943 pciId->Bus, pciId->Device, pciId->Function, reg, width / 8, value);
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp553 info->Bus, info->SourceIrq, (uint32)info->GlobalIrq,

Completed in 109 milliseconds