Home
last modified time | relevance | path

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

/freebsd-13.1/stand/usb/storage/
H A Dumass_loader.c225 DELAY(unsigned int usdelay) in DELAY() argument
227 delay(usdelay); in DELAY()
/freebsd-13.1/sys/dev/isp/
H A Disp.c1425 isp_fclink_test(ispsoftc_t *isp, int chan, int usdelay) in isp_fclink_test() argument
1454 if ((NANOTIME_SUB(&hrb, &hra) / 1000 + 1000 >= usdelay)) in isp_fclink_test()
2877 int usdelay; in isp_control() local
2881 usdelay = va_arg(ap, int); in isp_control()
2883 if (usdelay == 0) in isp_control()
2884 usdelay = 250000; in isp_control()
2885 return (isp_fclink_test(isp, chan, usdelay)); in isp_control()