Searched refs:interruptPin (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/busses/pci/ecam/ |
H A D | ECAMPCIControllerFDT.cpp | 140 uint32 interruptPin = gPCI->read_pci_config(bus, device, function, PCI_interrupt_pin, 1); in FinalizeInterrupts() local 142 if (interruptPin == 0xffffffff) { in FinalizeInterrupts() 147 uint32 irq = fdtModule->lookup_interrupt_map(interruptMap, childAddr, interruptPin); in FinalizeInterrupts() 150 bus, device, function, interruptPin); in FinalizeInterrupts()
|
/haiku/src/system/kernel/arch/generic/ |
H A D | acpi_irq_routing_table.cpp | 143 uint8 interruptPin = pci->read_pci_config(entry.pci_bus, in fill_pci_info_for_entry() local 148 if (interruptPin != entry.pin + 1) { in fill_pci_info_for_entry() 151 interruptPin, entry.pin + 1); in fill_pci_info_for_entry() 502 uint8 interruptPin = pci->read_pci_config(bus, device, function, in ensure_all_functions_matched() local 504 if (interruptPin == 0 || interruptPin > 4) { in ensure_all_functions_matched() 512 bus, device, interruptPin); in ensure_all_functions_matched() 530 uint8 parentPin = ((device + interruptPin - 1) % 4) + 1; in ensure_all_functions_matched() 556 newEntry.pin = interruptPin - 1; in ensure_all_functions_matched()
|