Searched refs:localmem_base (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci.h | 86 dma_addr_t localmem_base; member 116 dma_addr_t localmem_base, char *masterbus,
|
H A D | hcd-ohci.c | 382 addr += ohci->localmem_base; in get_dwords() 401 addr += ohci->localmem_base; in put_dwords() 420 addr += ohci->localmem_base; in get_words() 439 addr += ohci->localmem_base; in put_words() 474 return dma_memory_read(ohci->as, addr + ohci->localmem_base, hcca, in ohci_read_hcca() 507 addr + ohci->localmem_base + HCCA_WRITEBACK_OFFSET, in ohci_put_hcca() 523 if (dma_memory_rw(ohci->as, ptr + ohci->localmem_base, buf, in ohci_copy_td() 532 if (dma_memory_rw(ohci->as, ptr + ohci->localmem_base, buf, in ohci_copy_td() 551 if (dma_memory_rw(ohci->as, ptr + ohci->localmem_base, buf, in ohci_copy_iso_td() 560 if (dma_memory_rw(ohci->as, ptr + ohci->localmem_base, buf, in ohci_copy_iso_td() [all …]
|