Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c396 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 Dhcd-ehci.c395 static inline int put_dwords(EHCIState *ehci, uint32_t addr, in put_dwords() function
1130 put_dwords(q->ehci, addr + 3 * sizeof(uint32_t), qh + 3, dwords - 3); in ehci_flush_qh()
1721 put_dwords(ehci, NLPTR_GET(entry), (uint32_t *) &itd, in ehci_state_fetchitd()
2015 put_dwords(q->ehci, addr + 3 * sizeof(uint32_t), qtd + 3, 1); in ehci_state_writeback()
2017 put_dwords(q->ehci, addr + 2 * sizeof(uint32_t), qtd + 2, 1); in ehci_state_writeback()