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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-q.c68 lqh->link = UHCI_PTR_TERM;
256 qh->element = UHCI_PTR_TERM;
257 qh->link = UHCI_PTR_TERM;
347 /* If the QH element pointer is UHCI_PTR_TERM then then currently
349 if (qh_element(qh) == UHCI_PTR_TERM)
351 qh->element = UHCI_PTR_TERM;
385 else if (qh_element(qh) != UHCI_PTR_TERM)
484 if (qh_element(qh) == UHCI_PTR_TERM) {
1212 qh->element = UHCI_PTR_TERM;
H A Duhci-hcd.h82 #define UHCI_PTR_TERM cpu_to_le32(0x0001) macro
109 * - UHCI_PTR_TERM (when there's no more traffic for this endpoint).
113 * place. Then qh->element is UHCI_PTR_TERM.
H A Duhci-hcd.c672 uhci->skel_async_qh->link = UHCI_PTR_TERM;
677 uhci->term_td->link = UHCI_PTR_TERM;
H A Duhci-debug.c467 link = UHCI_PTR_TERM;

Completed in 57 milliseconds