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

/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A DdetectWAN.js48 var msecs; variable
64 msecs = timeout;
78 if (msecs==0)
86 msecs = timeout;
91 msecs = msecs - 1000;
H A Ddetect.js61 var msecs; variable
77 msecs = timeout;
91 if (msecs==0)
99 msecs = timeout;
104 msecs = msecs - 1000;
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A DdetectWAN.js48 var msecs; variable
64 msecs = timeout;
78 if (msecs==0)
86 msecs = timeout;
91 msecs = msecs - 1000;
H A Ddetect.js61 var msecs; variable
77 msecs = timeout;
91 if (msecs==0)
99 msecs = timeout;
104 msecs = msecs - 1000;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dutil.c212 void rc_mdelay(int msecs) argument
216 tv.tv_sec = (int) msecs / 1000;
217 tv.tv_usec = (msecs % 1000) * 1000;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dutil.c212 void rc_mdelay(int msecs) argument
216 tv.tv_sec = (int) msecs / 1000;
217 tv.tv_usec = (msecs % 1000) * 1000;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dshwdt.c71 * 1/1024 1.31 msecs
72 * 1/2048 2.62 msecs
73 * 1/4096 5.25 msecs
85 * Default clock division ratio is 5.25 msecs. Overload this at module load
91 #define msecs_to_jiffies(msecs) (jiffies + ((HZ * msecs + 999) / 1000))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dfore200e.c217 fore200e_spin(int msecs) argument
219 unsigned long timeout = jiffies + MSECS(msecs);
225 fore200e_poll(struct fore200e* fore200e, volatile u32* addr, u32 val, int msecs) argument
227 unsigned long timeout = jiffies + MSECS(msecs);
247 fore200e_io_poll(struct fore200e* fore200e, volatile u32* addr, u32 val, int msecs) argument
249 unsigned long timeout = jiffies + MSECS(msecs);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Drpc_srvsvc.h885 uint32 msecs; member in struct:time_of_day_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsg.c239 static int sg_ms_to_jif(unsigned int msecs);
2632 static int sg_ms_to_jif(unsigned int msecs) argument
2634 if ((UINT_MAX / 2U) < msecs)
2637 return ((int)msecs < (INT_MAX / 1000)) ? (((int)msecs * HZ) / 1000)
2638 : (((int)msecs / 1000) * HZ);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_srv.c3105 if(!prs_uint32("msecs ", ps, depth, &tod->msecs))
3135 void init_time_of_day_info(TIME_OF_DAY_INFO *tod, uint32 elapsedt, uint32 msecs, argument
3143 tod->msecs = msecs;

Completed in 122 milliseconds