Home
last modified time | relevance | path

Searched refs:RTC_IRQ (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/module/x86/
Dop_rtc.c24 #ifndef RTC_IRQ
25 #define RTC_IRQ 8 macro
157 if (request_irq(RTC_IRQ, do_rtc_interrupt, in rtc_init()
159 printk(KERN_ERR "oprofile: IRQ%d busy \n", RTC_IRQ); in rtc_init()
168 free_irq(RTC_IRQ, NULL); in rtc_deinit()
/external/kernel-headers/original/asm-x86/
Dmc146818rtc_32.h95 #define RTC_IRQ 8 macro