Searched refs:usdelay (Results 1 – 2 of 2) sorted by relevance
226 DELAY(unsigned int usdelay) in DELAY() argument228 delay(usdelay); in DELAY()
1651 isp_fclink_test(ispsoftc_t *isp, int chan, int usdelay) in isp_fclink_test() argument 1680 if ((NANOTIME_SUB(&hrb, &hra) / 1000 + 1000 >= usdelay)) in isp_fclink_test() 3106 int usdelay; in isp_control() 3110 usdelay = va_arg(ap, int); in isp_control() 3112 if (usdelay == 0) in isp_control() 3113 usdelay = 250000; in isp_control() 3114 return (isp_fclink_test(isp, chan, usdelay)); in isp_control() 3105 int usdelay; isp_control() local