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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Ddmtimer.c281 static struct omap_dm_timer *dm_timers; variable in typeref:struct:omap_dm_timer
335 if (!cpu_class_is_omap2() || timer != &dm_timers[0]) {
372 if (dm_timers[i].reserved)
375 timer = &dm_timers[i];
394 if (id <= 0 || id > dm_timer_count || dm_timers[id-1].reserved) {
402 timer = &dm_timers[id-1];
479 l = omap_dm_timer_read_reg(&dm_timers[i], OMAP_TIMER_CTRL_REG);
556 int n = (timer - dm_timers) << 1;
718 timer = &dm_timers[i];
743 dm_timers
[all...]

Completed in 106 milliseconds