Searched refs:us (Results 51 - 75 of 120) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dosl.c352 void acpi_os_stall(u32 us) argument
354 while (us) {
357 if (delay > us)
358 delay = us;
361 us -= delay;
687 * way that allows us to also free its memory inside the callee.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dstir4200.c648 static void turnaround_delay(const struct stir_cb *stir, long us) argument
653 if (us <= 0)
658 us -= USEC_PER_SEC;
659 us -= now.tv_usec - stir->rx_time.tv_usec;
660 if (us < 10)
663 ticks = us / (1000000 / HZ);
667 udelay(us);
835 /* in case of error, the kernel thread will restart us */
898 * Open new IrLAP layer instance to take care of us...
1088 * The current device is removed, the USB layer tell us t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.c74 int64_t us = parse_date(timestr, is_duration); local
75 if (us == INT64_MIN) {
80 return us;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A DMakefile96 fakeroot dpkg-buildpackage -us -uc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dsleep.S46 * save enough of the CPU state to allow us to re-start
112 @@ load UART to allow us to print the two characters for
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dnmeter.c147 // but allows us to allocate only once (at first sample)
713 int us = tv.tv_usec + s->scale/2; local
716 if (us >= 1000000) {
718 us -= 1000000;
724 sprintf(buf+8, ".%0*d", s->prec, us / s->scale);
884 // Sometimes kernel wakes us up just a tiny bit earlier than asked
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Dfcc_enet.c533 /* Get the interrupt events that caused us to be here.
892 * us from getting a compiler warning about unused static
2120 const int us = 1; local
2131 udelay(us);
2133 udelay(us);
2142 udelay(us);
2144 udelay(us);
2155 udelay(us);
2157 udelay(us);
2162 udelay(us);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvivi.c182 int h,m,s,us,jiffies; member in struct:vivi_dev
460 dev->us+=jiffies_to_usecs(jiffies-dev->jiffies);
462 if (dev->us>=1000000) {
463 dev->us-=1000000;
477 dev->h,dev->m,dev->s,(dev->us+500)/1000);
1254 dev->us=0;
1257 dev->h,dev->m,dev->s,(dev->us+500)/1000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_str.c157 * iconv does not directly give us a way to compare strings in
192 char us, ut; local
204 us = toupper(*ps);
206 if (us == ut)
208 else if (us < ut)
210 else if (us > ut)
2028 result = SMB_MALLOC(output_len); /* get us plenty of space */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfce_api.c573 void shortsleep( unsigned int us )
575 usleep( us );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134.h566 #define saa_wait(us) { udelay(us); }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dmin_osl.c609 udelay(uint32 us) argument
614 lim = curr + (us * c0counts_per_us);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_sql.c65 return; /* This field shouldn't be set by us */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dsparccpuid.S21 ! Keep in mind that this does not excuse us from wiping the stack!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dsleep.S70 @ delay 90us and set CPU PLL to lowest speed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfphw.S131 @ stops us reading stuff
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Ddram_init.S86 ; Wait 200us
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Ddram_init.S77 ; Wait 200us
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h94 * Spin at most 'us' microseconds while 'exp' is true.
104 #define SPINWAIT(exp, us) { \
105 uint countdown = (us) + (SPINWAIT_POLL_PERIOD - 1); \
451 /* Print out a microsecond timestamp as "sec.ms.us " */
452 extern void bcmprinttstamp(uint32 us);
453 /* Dump to buffer a microsecond timestamp as "sec.ms.us " */
458 #define bcmprinttstamp(us)
719 * and the wl driver doesnt cast. this results in us offsetting
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-shark.S45 sub r2, r2, #0xf0000000 @ openprom maps us at f000 virt, 0e50 phys
109 /* The firmware maps us in blocks of 1 MB, the next block is
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfce_api.c613 void shortsleep( unsigned int us )
615 usleep( us );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-c.c50 of a text line. Stdio does this for us.
835 pathological cases which could bite us (like the DOS directory
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S12 # If physical address of wakeup_code is 0x12345, BIOS should call us with
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dconsolemap.c302 unsigned short us; local
303 __get_user(us, arg+i);
304 p[i] = us;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dsleep.S218 @ Let us ensure we jump to resume_after_mmu only when the mcr above

Completed in 187 milliseconds

12345