Searched defs:localmem_base (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dusb-ohci.c113 target_phys_addr_t localmem_base; member in struct:__anon25807
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, bu
1662 usb_ohci_init(OHCIState *ohci, int num_ports, int devfn, qemu_irq irq, enum ohci_type type, const char *name, uint32_t localmem_base) argument
1749 usb_ohci_init_sm501(uint32_t mmio_base, uint32_t localmem_base, int num_ports, int devfn, qemu_irq irq) argument
[all...]

Completed in 35 milliseconds