Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c72 #define NLPTR_GET(x) ((x) & 0xffffffe0) macro
485 get_dwords(q->ehci, NLPTR_GET(q->qhaddr), in ehci_writeback_async_complete_packet()
487 get_dwords(q->ehci, NLPTR_GET(q->qtdaddr), in ehci_writeback_async_complete_packet()
1129 uint32_t addr = NLPTR_GET(q->qhaddr); in ehci_flush_qh()
1535 if (get_dwords(ehci, NLPTR_GET(entry), (uint32_t *) &qh, in ehci_state_waitlisthead()
1539 ehci_trace_qh(NULL, NLPTR_GET(entry), &qh); in ehci_state_waitlisthead()
1633 if (get_dwords(ehci, NLPTR_GET(q->qhaddr), in ehci_state_fetchqh()
1638 ehci_trace_qh(q, NLPTR_GET(q->qhaddr), &qh); in ehci_state_fetchqh()
1712 if (get_dwords(ehci, NLPTR_GET(entry), (uint32_t *) &itd, in ehci_state_fetchitd()
1722 put_dwords(ehci, NLPTR_GET(entry), (uint32_t *) &itd, in ehci_state_fetchitd()
[all …]