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

/haiku/src/system/kernel/arch/arm/
H A Dsoc_omap3.cpp196 fInterrupt = interrupt;
197 if (fInterrupt < 0)
202 fRegBase, fInterrupt, (rev >> 4) & 0xf, rev & 0xf);
208 install_io_interrupt_handler(fInterrupt, &OMAP3Timer::_InterruptWrapper, this, 0);
H A Dsoc_omap3.h53 int fInterrupt; member in class:OMAP3Timer

Completed in 32 milliseconds