Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c373 static inline int get_dwords(EHCIState *ehci, uint32_t addr, in get_dwords() function
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()
1633 if (get_dwords(ehci, NLPTR_GET(q->qhaddr), in ehci_state_fetchqh()
1712 if (get_dwords(ehci, NLPTR_GET(entry), (uint32_t *) &itd, in ehci_state_fetchitd()
1738 if (get_dwords(ehci, NLPTR_GET(entry), (uint32_t *)&sitd, in ehci_state_fetchsitd()
1804 if (get_dwords(q->ehci, addr + 8, &qtd.token, 1) < 0) { in ehci_state_fetchqtd()
1808 if (get_dwords(q->ehci, addr + 0, &qtd.next, 1) < 0 || in ehci_state_fetchqtd()
1810 get_dwords(q->ehci, addr + 12, qtd.bufptr, in ehci_state_fetchqtd()
1900 if (get_dwords(q->ehci, NLPTR_GET(qtdaddr), in ehci_fill_queue()
[all …]
H A Dhcd-ohci.c377 static inline int get_dwords(OHCIState *ohci, in get_dwords() function
455 return get_dwords(ohci, addr, (uint32_t *)ed, sizeof(*ed) >> 2); in ohci_read_ed()
461 return get_dwords(ohci, addr, (uint32_t *)td, sizeof(*td) >> 2); in ohci_read_td()
467 return get_dwords(ohci, addr, (uint32_t *)td, 4) || in ohci_read_iso_td()