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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dtimer32k.c98 static inline void omap_32k_timer_start(unsigned long load_val) argument
100 if (!load_val)
101 load_val = 1;
102 omap_32k_timer_write(load_val, OMAP1_32K_TIMER_TVR);
H A Dtime.c89 static inline void omap_mpu_timer_start(int nr, unsigned long load_val, argument
99 timer->load_tim = load_val;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dtimer.c65 static inline void microblaze_timer0_start_periodic(unsigned long load_val) argument
67 if (!load_val)
68 load_val = 1;
69 out_be32(TIMER_BASE + TLR0, load_val); /* loading value to timer reg */
91 static inline void microblaze_timer0_start_oneshot(unsigned long load_val) argument
93 if (!load_val)
94 load_val = 1;
95 out_be32(TIMER_BASE + TLR0, load_val); /* loading value to timer reg */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dsp805_wdt.c64 * load_val: load value to be set for current timeout
75 unsigned int load_val; member in struct:sp805_wdt
102 wdt->load_val = load;
120 load += wdt->load_val + 1;
132 writel(wdt->load_val, wdt->base + WDTLOAD);

Completed in 68 milliseconds