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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcbe_cpufreq.c122 struct cbe_mic_tm_regs __iomem *mic_tm_regs; local
128 mic_tm_regs = cbe_get_cpu_mic_tm_regs(cpu);
132 pr_debug("mic register is mapped at %p\n", &mic_tm_regs->slow_fast_timer_0);
134 out_be64(&mic_tm_regs->slow_fast_timer_0, MIC_Slow_Fast_Timer_table[pmode]);
135 out_be64(&mic_tm_regs->slow_fast_timer_1, MIC_Slow_Fast_Timer_table[pmode]);
137 out_be64(&mic_tm_regs->slow_next_timer_0, MIC_Slow_Next_Timer_table[pmode]);
138 out_be64(&mic_tm_regs->slow_next_timer_1, MIC_Slow_Next_Timer_table[pmode]);
H A Dcbe_regs.c35 struct cbe_mic_tm_regs __iomem *mic_tm_regs; member in struct:cbe_regs_map
137 return map->mic_tm_regs;
145 return map->mic_tm_regs;
202 map->mic_tm_regs = of_iomap(np, 0);
223 map->mic_tm_regs = ioremap(prop->address, prop->len);

Completed in 51 milliseconds