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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/lib/
H A Ddelay.c63 int read_current_timer(unsigned long *timer_val) argument
66 rdtscl(*timer_val);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dthread.c404 thread_timer_wait (struct thread_master *m, struct timeval *timer_val)
437 *timer_val = timer_wait;
438 return timer_val;
444 thread_timer_wait (struct thread_master *m, struct timeval *timer_val)
459 *timer_val = timer_min;
460 return timer_val;
512 struct timeval timer_val;
545 timer_wait = thread_timer_wait (m, &timer_val);
401 thread_timer_wait(struct thread_master *m, struct timeval *timer_val) argument
441 thread_timer_wait(struct thread_master *m, struct timeval *timer_val) argument
509 struct timeval timer_val; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/platform-iss/
H A Dnetwork.c82 unsigned int timer_val; member in struct:iss_net_private
415 mod_timer(&lp->timer, jiffies + lp->timer_val);
451 lp->timer_val = ISS_NET_TIMER_VALUE;
454 mod_timer(&lp->timer, jiffies + lp->timer_val);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dnicpci.c74 static void pcicore_fixlatencytimer(pcicore_info_t* pch, uint8 timer_val);
996 pcicore_fixlatencytimer(pcicore_info_t* pch, uint8 timer_val) argument
1007 __FUNCTION__, lattim, timer_val));
1008 write_pci_cfg_byte(PCI_CFG_LATTIM, timer_val);

Completed in 61 milliseconds