Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c88 uint16_t isoc_delta; member
2038 temp.isoc_delta = 8; /* 1ms */ in xhci_setup_generic_chain()
2039 x += temp.isoc_delta - 1; in xhci_setup_generic_chain()
2040 x &= ~(temp.isoc_delta - 1); in xhci_setup_generic_chain()
2044 temp.isoc_delta = 1U << shift; in xhci_setup_generic_chain()
2045 x += temp.isoc_delta - 1; in xhci_setup_generic_chain()
2046 x &= ~(temp.isoc_delta - 1); in xhci_setup_generic_chain()
2108 temp.isoc_delta = 0; in xhci_setup_generic_chain()
2115 temp.isoc_delta = 0; in xhci_setup_generic_chain()
2193 temp.isoc_frame += temp.isoc_delta; in xhci_setup_generic_chain()