Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c74 #define NLPTR_TBIT(x) ((x) & 1) // 1=invalid, 0=valid macro
451 (p->queue->async && !NLPTR_TBIT(p->qtd.next) && in ehci_verify_qtd()
453 (!NLPTR_TBIT(p->qtd.altnext) && (p->qtd.altnext != qtd->altnext)) || in ehci_verify_qtd()
1374 spd = (p->pid == USB_TOKEN_IN && NLPTR_TBIT(p->qtd.altnext) == 0); in ehci_execute()
1574 if (NLPTR_TBIT(entry)) { in ehci_state_fetchentry()
1689 (NLPTR_TBIT(q->qh.current_qtd) == 0) && in ehci_state_fetchqh()
1773 (NLPTR_TBIT(q->qh.altnext_qtd) == 0)) { in ehci_state_advqueue()
1780 } else if (NLPTR_TBIT(q->qh.next_qtd) == 0) { in ehci_state_advqueue()
1886 if (NLPTR_TBIT(qtd.next) != 0) { in ehci_fill_queue()