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

/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp77 uint32_t childAddrMask; member in struct:fdt_interrupt_map
594 interrupt_map->childAddrMask = B_BENDIAN_TO_HOST_INT32(*((uint32*)intMapMask + 0));
676 interruptMap->childAddrMask, interruptMap->childIrqMask);
695 childAddr &= interruptMap->childAddrMask;

Completed in 76 milliseconds