Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c3586 int start_frame_id, end_frame_id, current_frame_id; in xhci_get_isoc_frame_id() local
3621 end_frame_id = rounddown(current_frame_id + 895 * 8, 8); in xhci_get_isoc_frame_id()
3625 end_frame_id = (end_frame_id >> 3) & 0x7ff; in xhci_get_isoc_frame_id()
3629 start_frame_id, end_frame_id, start_frame); in xhci_get_isoc_frame_id()
3631 if (start_frame_id < end_frame_id) { in xhci_get_isoc_frame_id()
3632 if (start_frame > end_frame_id || in xhci_get_isoc_frame_id()
3635 } else if (start_frame_id > end_frame_id) { in xhci_get_isoc_frame_id()
3636 if ((start_frame > end_frame_id && in xhci_get_isoc_frame_id()
3658 start_frame_id, end_frame_id); in xhci_get_isoc_frame_id()