Searched refs:UGEN_NISORFRMS (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/usb/
H A Dugen.c68 #define UGEN_NISORFRMS 4 /* number of frames (milliseconds) per req */ macro
90 u_int16_t sizes[UGEN_NISORFRMS];
377 (xfer, isize * UGEN_NISORFRMS);
383 for(j = 0; j < UGEN_NISORFRMS; ++j)
387 UGEN_NISORFRMS, USBD_NO_COPY |
868 for (i = 0; i < UGEN_NISORFRMS; i++) {
888 usbd_setup_isoc_xfer(xfer, sce->pipeh, req, req->sizes, UGEN_NISORFRMS,

Completed in 107 milliseconds