Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c3941 int start_frame_id, end_frame_id, current_frame_id; in xhci_get_isoc_frame_id() local
3976 end_frame_id = rounddown(current_frame_id + 895 * 8, 8); in xhci_get_isoc_frame_id()
3980 end_frame_id = (end_frame_id >> 3) & 0x7ff; in xhci_get_isoc_frame_id()
3984 start_frame_id, end_frame_id, start_frame); in xhci_get_isoc_frame_id()
3986 if (start_frame_id < end_frame_id) { in xhci_get_isoc_frame_id()
3987 if (start_frame > end_frame_id || in xhci_get_isoc_frame_id()
3990 } else if (start_frame_id > end_frame_id) { in xhci_get_isoc_frame_id()
3991 if ((start_frame > end_frame_id && in xhci_get_isoc_frame_id()
4013 start_frame_id, end_frame_id); in xhci_get_isoc_frame_id()