Searched refs:end_frame_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-ring.c | 3800 int start_frame_id, end_frame_id, current_frame_id; in xhci_get_isoc_frame_id() local 3835 end_frame_id = rounddown(current_frame_id + 895 * 8, 8); in xhci_get_isoc_frame_id() 3839 end_frame_id = (end_frame_id >> 3) & 0x7ff; in xhci_get_isoc_frame_id() 3841 xhci_dbg(xhci, "%s: index %d, reg 0x%x start_frame_id 0x%x, end_frame_id 0x%x, start_frame 0x%x\n", in xhci_get_isoc_frame_id() 3843 start_frame_id, end_frame_id, start_frame); in xhci_get_isoc_frame_id() 3845 if (start_frame_id < end_frame_id) { in xhci_get_isoc_frame_id() 3846 if (start_frame > end_frame_id || in xhci_get_isoc_frame_id() 3849 } else if (start_frame_id > end_frame_id) { in xhci_get_isoc_frame_id() 3850 if ((start_frame > end_frame_id in xhci_get_isoc_frame_id() [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-ring.c | 3950 int start_frame_id, end_frame_id, current_frame_id; in xhci_get_isoc_frame_id() local 3985 end_frame_id = rounddown(current_frame_id + 895 * 8, 8); in xhci_get_isoc_frame_id() 3989 end_frame_id = (end_frame_id >> 3) & 0x7ff; in xhci_get_isoc_frame_id() 3991 xhci_dbg(xhci, "%s: index %d, reg 0x%x start_frame_id 0x%x, end_frame_id 0x%x, start_frame 0x%x\n", in xhci_get_isoc_frame_id() 3993 start_frame_id, end_frame_id, start_frame); in xhci_get_isoc_frame_id() 3995 if (start_frame_id < end_frame_id) { in xhci_get_isoc_frame_id() 3996 if (start_frame > end_frame_id || in xhci_get_isoc_frame_id() 3999 } else if (start_frame_id > end_frame_id) { in xhci_get_isoc_frame_id() 4000 if ((start_frame > end_frame_id in xhci_get_isoc_frame_id() [all...] |
Completed in 10 milliseconds