sp804_clkevt
static struct sp804_clkevt *sched_clkevt;
static struct sp804_clkevt *delay_clkevt;
static void sp804_register_delay_timer(struct sp804_clkevt *clk, int freq)
static inline void sp804_register_delay_timer(struct sp804_clkevt *clk, int freq) {}
struct sp804_clkevt *clkevt;
static struct sp804_clkevt *common_clkevt;
struct sp804_clkevt *clkevt;
clkevt = &sp804_clkevt[i];
static struct sp804_clkevt sp804_clkevt[NR_TIMERS];
static struct sp804_clkevt * __init sp804_clkevt_get(void __iomem *base)
if (sp804_clkevt[i].base == base)
return &sp804_clkevt[i];