Lines Matching full:localmem_base
113 target_phys_addr_t localmem_base;
437 addr += ohci->localmem_base;
453 addr += ohci->localmem_base;
469 addr += ohci->localmem_base;
485 addr += ohci->localmem_base;
517 cpu_physical_memory_rw(addr + ohci->localmem_base,
544 cpu_physical_memory_rw(addr + ohci->localmem_base,
560 cpu_physical_memory_rw(ptr + ohci->localmem_base, buf, n, write);
565 cpu_physical_memory_rw(ptr + ohci->localmem_base, buf, len - n, write);
580 cpu_physical_memory_rw(ptr + ohci->localmem_base, buf, n, write);
585 cpu_physical_memory_rw(ptr + ohci->localmem_base, buf, len - n, write);
1664 const char *name, uint32_t localmem_base)
1685 ohci->localmem_base = localmem_base;
1749 void usb_ohci_init_sm501(uint32_t mmio_base, uint32_t localmem_base,
1755 OHCI_TYPE_SM501, "OHCI USB", localmem_base);