Home
last modified time | relevance | path

Searched refs:yabel_intFuncArray (Results 1 – 3 of 3) sorted by relevance

/external/coreboot/src/device/oprom/yabel/
Dbiosemu.h68 extern yabel_handleIntFunc yabel_intFuncArray[256];
Dbiosemu.c71 yabel_handleIntFunc yabel_intFuncArray[256]; variable
76 yabel_intFuncArray[interrupt] = func; in mainboard_interrupt_handlers()
Dinterrupt.c560 if (yabel_intFuncArray[intNum]) { in handleInterrupt()
562 int_handled = (*yabel_intFuncArray[intNum])(); in handleInterrupt()