HomeSort by relevance Sort by last modified time
    Searched full:localmem_base (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
usb-ohci.c 113 target_phys_addr_t localmem_base; member in struct:__anon27240
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)
    [all...]

Completed in 357 milliseconds