Searched refs:get_dwords (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci.c | 373 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() 1535 if (get_dwords(ehci, NLPTR_GET(entry), (uint32_t *) &qh, in ehci_state_waitlisthead() 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() 1809 get_dwords(q->ehci, addr + 4, &qtd.altnext, 1) < 0 || in ehci_state_fetchqtd() [all …]
|
H A D | hcd-ohci.c | 377 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()
|