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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dimx21-hcd.c121 static inline int wrap_frame(int counter) function
136 return wrap_frame(readl(imx21->regs + USBH_FRMNUB));
679 urb->start_frame = wrap_frame(urb->start_frame);
685 urb->start_frame = wrap_frame(cur_frame + 1);
695 td->frame = wrap_frame(urb->start_frame + urb->interval * i);

Completed in 154 milliseconds