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

/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_dtb.cpp29 } kSupportedInterruptControllers[] = { variable in typeref:struct:supported_interrupt_controllers
66 for (uint32 i = 0; i < B_COUNT_OF(kSupportedInterruptControllers); i++) {
68 kSupportedInterruptControllers[i].dtb_compat)) {
70 memcpy(interrupt_controller.kind, kSupportedInterruptControllers[i].kind,
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_dtb.cpp25 } kSupportedInterruptControllers[] = { variable in typeref:struct:supported_interrupt_controllers
74 for (uint32 i = 0; i < B_COUNT_OF(kSupportedInterruptControllers); i++) {
76 kSupportedInterruptControllers[i].dtb_compat)) {
78 memcpy(interrupt_controller.kind, kSupportedInterruptControllers[i].kind,

Completed in 35 milliseconds