/arch/mips/include/asm/ |
D | delay.h | 16 extern void __udelay(unsigned int us); 19 #define udelay(us) __udelay(us) argument
|
/arch/alpha/lib/ |
D | checksum.c | 25 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()
|
D | csum_partial_copy.c | 81 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/ |
D | delay.c | 42 void __udelay(unsigned long us) in __udelay() argument 46 __delay((us * 0x000010c7ull * HZ * lpj) >> 32); in __udelay()
|
/arch/x86/kernel/ |
D | pmtimer_64.c | 53 void pmtimer_wait(unsigned us) in pmtimer_wait() argument 60 } while (cyc2us(b - a) < us); in pmtimer_wait()
|
/arch/cris/arch-v32/kernel/ |
D | fasttimer.c | 407 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/ |
D | fasttimer.c | 426 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()
|
D | entry.S | 440 ;; 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/ |
D | decompress.lds | 1 /*#OUTPUT_FORMAT(elf32-us-cris) */
|
/arch/cris/arch-v10/boot/compressed/ |
D | decompress.lds | 1 /* OUTPUT_FORMAT(elf32-us-cris) */
|
/arch/cris/include/asm/ |
D | fasttimer.h | 42 void schedule_usleep(unsigned long us);
|
/arch/cris/arch-v32/boot/rescue/ |
D | rescue.lds | 1 /*#OUTPUT_FORMAT(elf32-us-cris) */
|
/arch/arm/boot/compressed/ |
D | head-shark.S | 45 sub r2, r2, #0xf0000000 @ openprom maps us at f000 virt, 0e50 phys
|
/arch/arm/plat-s3c24xx/ |
D | sleep.S | 120 @@ load UART to allow us to print the two characters for
|
/arch/powerpc/boot/dts/ |
D | holly.dts | 5 * Stephen Winiecki <stevewin@us.ibm.com>
|
/arch/mips/include/asm/mach-au1x00/ |
D | au1000.h | 52 void static inline au_sync_udelay(int us) in au_sync_udelay() argument 55 udelay(us); in au_sync_udelay()
|
/arch/ia64/kernel/ |
D | mca_drv.c | 672 if (psp->us || psp->ci == 0) in recover_from_processor_error()
|
/arch/arm/vfp/ |
D | vfphw.S | 136 @ stops us reading stuff
|
/arch/frv/kernel/ |
D | break.S | 238 # the slots in the trap fixup tables allowing us to simply divide the offset into the
|
D | entry.S | 854 # - __switch_to() saved the old current pointer in GR8 for us
|
/arch/ia64/include/asm/ |
D | pal.h | 407 us : 1, /* Uncontained storage member 703 #define pmci_proc_uncontained_storage_damage pme_processor.us
|
/arch/arm/mach-pxa/ |
D | sleep.S | 359 @ Let us ensure we jump to resume_after_mmu only when the mcr above
|
/arch/sparc/kernel/ |
D | head_32.S | 837 cmp %l1, 'd' ! Let us see how the beast will die 1244 call %o0 ! Get us out of here...
|
D | entry.S | 1346 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/ |
D | dtc-lexer.lex.c_shipped | 122 * 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
|