OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTC_IRQ
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/module/x86/
op_rtc.c
24
#ifndef
RTC_IRQ
25
#define
RTC_IRQ
8
157
if (request_irq(
RTC_IRQ
, do_rtc_interrupt,
159
printk(KERN_ERR "oprofile: IRQ%d busy \n",
RTC_IRQ
);
168
free_irq(
RTC_IRQ
, NULL);
/development/ndk/platforms/android-9/arch-x86/include/asm/
mc146818rtc_32.h
49
#define
RTC_IRQ
8
Completed in 845 milliseconds