Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h185 MemoryRegion mem_oper; member
H A Dhcd-xhci.c3420 memory_region_init_io(&xhci->mem_oper, OBJECT(dev), &xhci_oper_ops, xhci, in usb_xhci_realize()
3428 memory_region_add_subregion(&xhci->mem, OFF_OPER, &xhci->mem_oper); in usb_xhci_realize()
3459 memory_region_del_subregion(&xhci->mem, &xhci->mem_oper); in usb_xhci_unrealize()