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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dirq-rm9000.c91 unsigned int rm9000_perfcount_irq; variable
93 EXPORT_SYMBOL(rm9000_perfcount_irq); variable
106 rm9000_perfcount_irq = base + 1;
107 set_irq_chip_and_handler(rm9000_perfcount_irq, &rm9k_perfcounter_irq,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/oprofile/
H A Dop_model_rm9000.c29 extern unsigned int rm9000_perfcount_irq;
120 return request_irq(rm9000_perfcount_irq, rm9000_perfcount_handler,
126 free_irq(rm9000_perfcount_irq, NULL);

Completed in 138 milliseconds