Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.h182 MemoryRegion mem_cap; member
H A Dhcd-xhci.c3417 memory_region_init_io(&xhci->mem_cap, OBJECT(dev), &xhci_cap_ops, xhci, in usb_xhci_realize()
3426 memory_region_add_subregion(&xhci->mem, 0, &xhci->mem_cap); in usb_xhci_realize()
3457 memory_region_del_subregion(&xhci->mem, &xhci->mem_cap); in usb_xhci_unrealize()