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

/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp517 uint32 interruptCells = fdt_get_interrupt_cells(interruptParent); local
524 if ((index + 1) * interruptCells * sizeof(uint32) > (uint32)propLen)
527 uint32 offset = interruptCells * index;
530 if ((interruptCells == 1) || (interruptCells == 2)) {
532 } else if (interruptCells == 3) {
541 panic("unsupported interruptCells");
605 int interruptCells = 1; local
616 interruptCells = B_BENDIAN_TO_HOST_INT32(*(uint32*)property);
626 it += interruptCells;
[all...]
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp239 int interruptCells = 1; local
250 interruptCells = fdt32_to_cpu(*prop);
271 for (int i = 0; i < interruptCells; i++) {
488 uint32 interruptCells = dtb_get_interrupt_cells(fdt, node); local
494 if ((interruptCells == 1) || (interruptCells == 2)) {
496 } else if (interruptCells == 3) {
506 panic("unsupported interruptCells");
/haiku/src/system/boot/platform/riscv/
H A Dfdt.cpp99 uint32 interruptCells /* from parent node */)

Completed in 18 milliseconds