#include <rtai.h>
#include <rtai_trace.h>
#include <asm/arch/ep93xx_tsc.h>
Include dependency graph for ep9301-timer.c:
Go to the source code of this file.
Functions | |
int | rt_request_timer (rt_timer_irq_handler_t handler, unsigned int tick, int i386_legacy_dummy) |
void | rt_free_timer (void) |
|
Definition at line 121 of file ep9301-timer.c. References flags, rt_release_irq(), rtai_critical_enter(), rtai_critical_exit(), RTAI_TIMER_IRQ, and TRACE_RTAI_TIMER. Referenced by stop_rt_timer(), and user_srq(). Here is the call graph for this function: ![]() |
|
Definition at line 34 of file ep9301-timer.c. References flags, handler, rt_release_irq(), rt_request_irq(), rtai_critical_enter(), rtai_critical_exit(), rtai_imuldiv(), rtai_llimd(), RTAI_TIMER_FREQ, RTAI_TIMER_IRQ, RTAI_TSC_FREQ, and TRACE_RTAI_TIMER. Here is the call graph for this function: ![]() |