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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 128 milliseconds