Searched refs:fInterruptMap (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp161 fInterruptMap.SetTo(new(std::nothrow) InterruptMap[fInterruptMapLen]);
162 if (!fInterruptMap.IsSet())
168 fInterruptMap[i].childAdr = B_BENDIAN_TO_HOST_INT32(*(it + 0));
169 fInterruptMap[i].childIrq = B_BENDIAN_TO_HOST_INT32(*(it + 3));
170 fInterruptMap[i].parentIrqCtrl = B_BENDIAN_TO_HOST_INT32(*(it + 4));
171 fInterruptMap[i].parentIrq = B_BENDIAN_TO_HOST_INT32(*(it + 5));
178 PciAddress pciAddress{.val = fInterruptMap[i].childAdr};
183 dprintf(", childIrq: %" B_PRIu32, fInterruptMap[i].childIrq);
184 dprintf(", parentIrq: (%" B_PRIu32, fInterruptMap[i].parentIrqCtrl);
185 dprintf(", %" B_PRIu32, fInterruptMap[
[all...]
H A DDWPCIController.h238 ArrayDeleter<InterruptMap> fInterruptMap; member in class:DWPCIController
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp80 Vector<fdt_interrupt_map_entry> fInterruptMap; member in struct:fdt_interrupt_map
662 interrupt_map->fInterruptMap.PushBack(irqEntry);
679 for (Vector<struct fdt_interrupt_map_entry>::Iterator it = interruptMap->fInterruptMap.Begin();
680 it != interruptMap->fInterruptMap.End();
698 for (Vector<struct fdt_interrupt_map_entry>::Iterator it = interruptMap->fInterruptMap.Begin();
699 it != interruptMap->fInterruptMap.End(); it++) {

Completed in 45 milliseconds