Searched refs:parentInterruptCells (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp632 int parentInterruptCells = 1; local
642 parentInterruptCells = B_BENDIAN_TO_HOST_INT32(*(uint32*)property);
647 if ((parentInterruptCells == 1) || (parentInterruptCells == 2)) {
649 } else if (parentInterruptCells == 3) {
660 it += parentInterruptCells;
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp281 int parentInterruptCells = 1; local
291 parentInterruptCells = fdt32_to_cpu(*prop);
301 for (int i = 0; i < parentInterruptCells; i++) {

Completed in 85 milliseconds