Home
last modified time | relevance | path

Searched refs:hpet_set_rtc_irq_bit (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dhpet.h99 extern int hpet_set_rtc_irq_bit(unsigned long bit_mask);
/linux-3.4.99/drivers/rtc/
Drtc-cmos.c108 static inline int hpet_set_rtc_irq_bit(unsigned long mask) in hpet_set_rtc_irq_bit() function
309 hpet_set_rtc_irq_bit(mask); in cmos_irq_enable()
909 hpet_set_rtc_irq_bit(tmp & RTC_IRQMASK); in cmos_resume()
/linux-3.4.99/arch/x86/kernel/
Dhpet.c1080 int hpet_set_rtc_irq_bit(unsigned long bit_mask) in hpet_set_rtc_irq_bit() function
1097 EXPORT_SYMBOL_GPL(hpet_set_rtc_irq_bit);
/linux-3.4.99/drivers/char/
Drtc.c113 #define hpet_set_rtc_irq_bit(arg) 0 macro
1415 if (hpet_set_rtc_irq_bit(bit)) in set_rtc_irq_bit_locked()