Home
last modified time | relevance | path

Searched refs:us (Results 1 – 25 of 29) sorted by relevance

12

/arch/mips/include/asm/
Ddelay.h16 extern void __udelay(unsigned int us);
19 #define udelay(us) __udelay(us) argument
/arch/alpha/lib/
Dchecksum.c25 unsigned short us[4]; in from64to16() member
33 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
34 + (unsigned long) tmp_v.us[2]; in from64to16()
37 return out_v.us[0] + out_v.us[1]; in from64to16()
Dcsum_partial_copy.c81 unsigned short us[4]; in from64to16() member
89 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
90 + (unsigned long) tmp_v.us[2]; in from64to16()
93 return out_v.us[0] + out_v.us[1]; in from64to16()
/arch/mips/lib/
Ddelay.c42 void __udelay(unsigned long us) in __udelay() argument
46 __delay((us * 0x000010c7ull * HZ * lpj) >> 32); in __udelay()
/arch/x86/kernel/
Dpmtimer_64.c53 void pmtimer_wait(unsigned us) in pmtimer_wait() argument
60 } while (cyc2us(b - a) < us); in pmtimer_wait()
/arch/cris/arch-v32/kernel/
Dfasttimer.c407 long us = 0; in timer_trig_handler() local
414 us = ((t->tv_expires.tv_jiff - tv.tv_jiff) * in timer_trig_handler()
418 if (us > 0) { in timer_trig_handler()
423 start_timer_trig(us); in timer_trig_handler()
430 D1(printk("e! %d\n", us)); in timer_trig_handler()
450 void schedule_usleep(unsigned long us) in schedule_usleep() argument
456 D1(printk("schedule_usleep(%d)\n", us)); in schedule_usleep()
457 start_one_shot_timer(&t, wake_up_func, (unsigned long)&sleep_wait, us, in schedule_usleep()
463 D1(printk("done schedule_usleep(%d)\n", us)); in schedule_usleep()
/arch/cris/arch-v10/kernel/
Dfasttimer.c426 long us = 0; in timer1_handler() local
433 us = ((t->tv_expires.tv_jiff - tv.tv_jiff) * in timer1_handler()
437 if (us > 0) in timer1_handler()
444 start_timer1(us); in timer1_handler()
453 D1(printk("e! %d\n", us)); in timer1_handler()
481 void schedule_usleep(unsigned long us) in schedule_usleep() argument
487 D1(printk("schedule_usleep(%d)\n", us)); in schedule_usleep()
488 start_one_shot_timer(&t, wake_up_func, (unsigned long)&sleep_wait, us, in schedule_usleep()
494 D1(printk("done schedule_usleep(%d)\n", us)); in schedule_usleep()
Dentry.S440 ;; is cleared by us however (when feeding the watchdog), which is why
441 ;; we use that bit to determine what brought us here.
497 ;; since *not* doing that saves us from re-entrancy checks. We don't want
/arch/cris/arch-v32/boot/compressed/
Ddecompress.lds1 /*#OUTPUT_FORMAT(elf32-us-cris) */
/arch/cris/arch-v10/boot/compressed/
Ddecompress.lds1 /* OUTPUT_FORMAT(elf32-us-cris) */
/arch/cris/include/asm/
Dfasttimer.h42 void schedule_usleep(unsigned long us);
/arch/cris/arch-v32/boot/rescue/
Drescue.lds1 /*#OUTPUT_FORMAT(elf32-us-cris) */
/arch/arm/boot/compressed/
Dhead-shark.S45 sub r2, r2, #0xf0000000 @ openprom maps us at f000 virt, 0e50 phys
/arch/arm/plat-s3c24xx/
Dsleep.S120 @@ load UART to allow us to print the two characters for
/arch/powerpc/boot/dts/
Dholly.dts5 * Stephen Winiecki <stevewin@us.ibm.com>
/arch/mips/include/asm/mach-au1x00/
Dau1000.h52 void static inline au_sync_udelay(int us) in au_sync_udelay() argument
55 udelay(us); in au_sync_udelay()
/arch/ia64/kernel/
Dmca_drv.c672 if (psp->us || psp->ci == 0) in recover_from_processor_error()
/arch/arm/vfp/
Dvfphw.S136 @ stops us reading stuff
/arch/frv/kernel/
Dbreak.S238 # the slots in the trap fixup tables allowing us to simply divide the offset into the
Dentry.S854 # - __switch_to() saved the old current pointer in GR8 for us
/arch/ia64/include/asm/
Dpal.h407 us : 1, /* Uncontained storage member
703 #define pmci_proc_uncontained_storage_damage pme_processor.us
/arch/arm/mach-pxa/
Dsleep.S359 @ Let us ensure we jump to resume_after_mmu only when the mcr above
/arch/sparc/kernel/
Dhead_32.S837 cmp %l1, 'd' ! Let us see how the beast will die
1244 call %o0 ! Get us out of here...
Dentry.S1346 st %fsr, [%o1] ! this can trap on us if fpu is in bogon state
1444 sethi %hi(0x10c7), %o1 ! round multiplier up so large us ok
/arch/powerpc/boot/dtc-src/
Ddtc-lexer.lex.c_shipped122 * but we do it the disgusting crufty way forced on us by the ()-less
1164 * for us because it doesn't know how to deal

12