Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/blackfin/
Dgptimers-example.c21 #define SAMPLE_IRQ_TIMER IRQ_TIMER5 macro
23 #define SAMPLE_IRQ_TIMER IRQ_TIMER2 macro
66 ret = request_irq(SAMPLE_IRQ_TIMER, gptimer_example_irq, in gptimer_example_init()
86 free_irq(SAMPLE_IRQ_TIMER, &data); in gptimer_example_exit()