Searched refs:B_IO_PORT (Results 1 – 12 of 12) sorted by relevance
/haiku/src/system/kernel/device_manager/ |
H A D | io_resources.cpp | 74 case B_IO_PORT: in Acquire() 112 case B_IO_PORT: in Release() 130 case B_IO_PORT: in _IsValid()
|
/haiku/src/add-ons/kernel/bus_managers/pci/ |
H A D | pci_io.cpp | 73 if (gPCI->LookupRange(B_IO_PORT, ioPort, domain, range, &mappedAdr) < B_OK) in get_io_port_address()
|
H A D | pci_root.cpp | 36 {B_IO_PORT, PCI_CONFIG_ADDRESS, 8}, in pci_root_register_device()
|
H A D | pci.cpp | 689 if (type == B_IO_PORT && mappedAdr != NULL) in LookupRange() 720 if (ioPortRange.type != B_IO_PORT) in InitDomainData()
|
/haiku/src/add-ons/kernel/busses/ata/ide_isa/ |
H A D | ide_isa.c | 87 { B_IO_PORT, command_block_base, 8 }, in publish_channel() 88 { B_IO_PORT, control_block_base, 1 }, in publish_channel()
|
/haiku/src/add-ons/kernel/busses/pci/ecam/ |
H A D | ECAMPCIControllerACPI.cpp | 167 range.type = B_IO_PORT; in AcpiCrsScanCallbackInt()
|
H A D | ECAMPCIControllerFDT.cpp | 57 range.type = B_IO_PORT; in ReadResourceInfo()
|
/haiku/src/tests/system/kernel/device_manager/playground/ |
H A D | device_manager.h | 17 B_IO_PORT = 2, enumerator
|
/haiku/headers/os/drivers/ |
H A D | device_manager.h | 17 B_IO_PORT = 2, enumerator
|
/haiku/src/add-ons/kernel/generic/ata_adapter/ |
H A D | ata_adapter.cpp | 620 { B_IO_PORT, command_block_base, 8 }, in ata_adapter_detect_channel() 621 { B_IO_PORT, control_block_base, 1 }, in ata_adapter_detect_channel() 758 { B_IO_PORT, bus_master_base, 16 }, in ata_adapter_detect_controller()
|
/haiku/src/add-ons/kernel/busses/ata/promise_tx2/ |
H A D | promise_tx2.c | 229 { B_IO_PORT, bus_master_base, 16 }, in detect_controller()
|
/haiku/src/add-ons/kernel/busses/pci/designware/ |
H A D | DWPCIController.cpp | 214 range.type = B_IO_PORT; in ReadResourceInfo()
|