Home
last modified time | relevance | path

Searched refs:usdelay (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/usb/storage/
H A Dumass_loader.c226 DELAY(unsigned int usdelay) in DELAY() argument
228 delay(usdelay); in DELAY()
/freebsd/sys/dev/isp/
H A Disp.c1651 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