HomeSort by: relevance | last modified time | path
    Searched defs:usdelay (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
isp.c 2455 isp_fclink_test(ispsoftc_t *isp, int chan, int usdelay)
2475 while (count < usdelay) {
4712 int usdelay; local in function:isp_control
4715 usdelay = va_arg(ap, int);
4717 if (usdelay == 0) {
4718 usdelay = 250000;
4720 return (isp_fclink_test(isp, chan, usdelay));
isp.c 2455 isp_fclink_test(ispsoftc_t *isp, int chan, int usdelay)
2475 while (count < usdelay) {
4712 int usdelay; local in function:isp_control
4715 usdelay = va_arg(ap, int);
4717 if (usdelay == 0) {
4718 usdelay = 250000;
4720 return (isp_fclink_test(isp, chan, usdelay));

Completed in 145 milliseconds