#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/init.h>
#include <asm/mach/irq.h>
#include <asm/system.h>
#include <rtai.h>
#include <asm-arm/arch-pxa/timex.h>
#include <asm-arm/arch-pxa/rtai_timer.h>
#include <rtai_trace.h>
Include dependency graph for pxa-timer.c:
Go to the source code of this file.
Defines | |
#define | do_leds() |
#define | do_set_rtc() |
#define | do_profile(x) |
Functions | |
EXPORT_SYMBOL (rtai_tsc) | |
void | timer_tick (struct pt_regs *) |
void | rtai_pxa_GPIO_2_80_demux (int irq, void *dev_id, struct pt_regs *regs) |
unsigned long | split_timer (void) |
int | soft_timer_interrupt (int irq, void *dev_id, struct pt_regs *regs) |
int | rt_request_timer (rt_timer_irq_handler_t handler, unsigned tick, int use_apic) |
void | rt_free_timer (void) |
Variables | |
irqaction | timer_irq |
unsigned long(* | gettimeoffset )(void) |
int(* | set_rtc )(void) |
rtai_tsc | rtai_tsc |
volatile u32 | soft_timer_match |
int(* | saved_adeos_timer_handler )(int irq, void *dev_id, struct pt_regs *regs) |
rtai_tsc | lx_timer |
|
Definition at line 34 of file pxa-timer.c. |
|
Definition at line 36 of file pxa-timer.c. |
|
Definition at line 35 of file pxa-timer.c. |
|
|
|
Definition at line 127 of file pxa-timer.c. References flags, rtai_critical_enter(), rtai_critical_exit(), saved_adeos_timer_handler, TIMER_8254_IRQ, and TRACE_RTAI_TIMER. Here is the call graph for this function: ![]() |
|
Definition at line 80 of file pxa-timer.c. References flags, handler, rdtsc, rt_pend_linux_irq(), rt_set_timer_match_reg(), rtai_critical_enter(), rtai_critical_exit(), rtai_tsc, RTIME, saved_adeos_timer_handler, soft_timer_interrupt(), TIMER_8254_IRQ, TRACE_RTAI_TIMER, and rtai_tsc::tsc. Here is the call graph for this function: ![]() |
|
Definition at line 51 of file pxa-timer.c. |
|
Definition at line 64 of file pxa-timer.c. References flags, rdtsc, soft_timer_match, split_timer(), and timer_tick(). Referenced by rt_request_timer(). Here is the call graph for this function: ![]() |
|
Definition at line 59 of file pxa-timer.c. References rtai_tsc::hltsc, lx_timer, and rtai_tsc::tsc. Referenced by soft_timer_interrupt(). |
|
Referenced by soft_timer_interrupt(). |
|
|
|
Definition at line 57 of file pxa-timer.c. Referenced by split_timer(). |
|
Definition at line 44 of file pxa-timer.c. Referenced by rt_request_timer(), and rtai_rdtsc(). |
|
Definition at line 48 of file pxa-timer.c. Referenced by rt_free_timer(), and rt_request_timer(). |
|
|
|
Referenced by soft_timer_interrupt(). |
|
|