Searched refs:usdelay (Results 1 – 2 of 2) sorted by relevance
225 DELAY(unsigned int usdelay) in DELAY() argument227 delay(usdelay); in DELAY()
2967 isp_fclink_test(ispsoftc_t *isp, int chan, int usdelay) in isp_fclink_test() argument2997 if ((NANOTIME_SUB(&hrb, &hra) / 1000 + 1000 >= usdelay)) in isp_fclink_test()4911 int usdelay; in isp_control() local4914 usdelay = va_arg(ap, int); in isp_control()4916 if (usdelay == 0) { in isp_control()4917 usdelay = 250000; in isp_control()4919 return (isp_fclink_test(isp, chan, usdelay)); in isp_control()