Home
last modified time | relevance | path

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

/trueos/sys/dev/isp/
HDisp.c2633 isp_fclink_test(ispsoftc_t *isp, int chan, int usdelay) in isp_fclink_test() argument
2653 while (count < usdelay) { in isp_fclink_test()
4863 int usdelay; in isp_control() local
4866 usdelay = va_arg(ap, int); in isp_control()
4868 if (usdelay == 0) { in isp_control()
4869 usdelay = 250000; in isp_control()
4871 return (isp_fclink_test(isp, chan, usdelay)); in isp_control()