Home
last modified time | relevance | path

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

/freebsd-12.1/stand/usb/storage/
H A Dumass_loader.c225 DELAY(unsigned int usdelay) in DELAY() argument
227 delay(usdelay); in DELAY()
/freebsd-12.1/sys/dev/isp/
H A Disp.c2967 isp_fclink_test(ispsoftc_t *isp, int chan, int usdelay) in isp_fclink_test() argument
2997 if ((NANOTIME_SUB(&hrb, &hra) / 1000 + 1000 >= usdelay)) in isp_fclink_test()
4911 int usdelay; in isp_control() local
4914 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()