Searched refs:put_dwords (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci.c | 396 static inline int put_dwords(OHCIState *ohci, in put_dwords() function 485 return put_dwords(ohci, addr + ED_WBACK_OFFSET, in ohci_put_ed() 493 return put_dwords(ohci, addr, (uint32_t *)td, sizeof(*td) >> 2); in ohci_put_td() 499 return put_dwords(ohci, addr, (uint32_t *)td, 4) || in ohci_put_iso_td()
|
H A D | hcd-ehci.c | 395 static inline int put_dwords(EHCIState *ehci, uint32_t addr, in put_dwords() function 1131 put_dwords(q->ehci, addr + 3 * sizeof(uint32_t), qh + 3, dwords - 3); in ehci_flush_qh() 1722 put_dwords(ehci, NLPTR_GET(entry), (uint32_t *) &itd, in ehci_state_fetchitd() 2016 put_dwords(q->ehci, addr + 3 * sizeof(uint32_t), qtd + 3, 1); in ehci_state_writeback() 2018 put_dwords(q->ehci, addr + 2 * sizeof(uint32_t), qtd + 2, 1); in ehci_state_writeback()
|