Searched refs:num_micro_sec (Results 1 – 2 of 2) sorted by relevance
18 void hpios_delay_micro_seconds(u32 num_micro_sec) in hpios_delay_micro_seconds() argument20 if ((usecs_to_jiffies(num_micro_sec) > 1) && !in_interrupt()) { in hpios_delay_micro_seconds()23 (num_micro_sec)); in hpios_delay_micro_seconds()24 } else if (num_micro_sec <= 2000) in hpios_delay_micro_seconds()25 udelay(num_micro_sec); in hpios_delay_micro_seconds()27 mdelay(num_micro_sec / 1000); in hpios_delay_micro_seconds()
69 void hpios_delay_micro_seconds(u32 num_micro_sec);