Searched defs:us (Results 1 - 9 of 9) sorted by relevance

/arch/arm/mach-shmobile/include/mach/
H A Dsdhi-sh7372.h8 * That is 149.5ticks/us. Approximate this as 150ticks/us.
10 static void udelay(int us) argument
12 __raw_writel(us * 150, SDGENCNTA);
/arch/mips/lib/
H A Ddelay.c50 void __udelay(unsigned long us) argument
54 __delay((us * 0x000010c7ull * HZ * lpj) >> 32);
/arch/alpha/lib/
H A Dchecksum.c25 unsigned short us[4]; member in union:__anon119
33 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1]
34 + (unsigned long) tmp_v.us[2];
36 /* Similarly, out_v.us[2] is always zero for the final add. */
37 return out_v.us[0] + out_v.us[1];
H A Dcsum_partial_copy.c81 unsigned short us[4]; member in union:__anon120
89 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1]
90 + (unsigned long) tmp_v.us[2];
92 /* Similarly, out_v.us[2] is always zero for the final add. */
93 return out_v.us[0] + out_v.us[1];
/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c129 void __udelay(unsigned long us) argument
135 inc = us * octeon_udelay_factor;
/arch/powerpc/include/asm/
H A Dcputime.h122 static inline cputime_t usecs_to_cputime(const unsigned long us) argument
128 ct = us % 1000000;
129 sec = us / 1000000;
139 #define usecs_to_cputime64(us) usecs_to_cputime(us)
/arch/cris/arch-v10/kernel/
H A Dfasttimer.c86 3, /* 0 3333 - 853333 us */
87 6, /* 1 1666 - 426666 us */
88 12, /* 2 833 - 213333 us */
89 24, /* 3 416 - 106666 us */
90 48, /* 4 208 - 53333 us */
91 96, /* 5 104 - 26666 us */
92 192, /* 6 52 - 13333 us */
93 384, /* 7 26 - 6666 us */
129 /* Compare us */
144 /* t = 1/freq = 1/19200 = 53us
425 long us = 0; local
476 schedule_usleep(unsigned long us) argument
[all...]
/arch/cris/arch-v32/kernel/
H A Dfasttimer.c119 /* Compare us */
141 D1(printk("start_timer_trig : %d us freq: %i div: %i\n",
187 /* In version 1.4 this function takes 27 - 50 us */
197 D1(printk("sft %s %d us\n", name, delay_us));
262 D2(printk("start_one_shot_timer: %d us done\n", delay_us));
311 /* Check if the timer interrupt is for us (a trig int) */
407 long us = 0; local
414 us = ((t->tv_expires.tv_jiff - tv.tv_jiff) *
418 if (us > 0) {
423 start_timer_trig(us);
450 schedule_usleep(unsigned long us) argument
[all...]
/arch/ia64/include/asm/
H A Dpal.h407 us : 1, /* Uncontained storage member in struct:pal_process_state_info_s
703 #define pmci_proc_uncontained_storage_damage pme_processor.us

Completed in 378 milliseconds