Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.h185 MemoryRegion mem_doorbell; member
H A Dhcd-xhci.c3423 memory_region_init_io(&xhci->mem_doorbell, OBJECT(dev), &xhci_doorbell_ops, in usb_xhci_realize()
3429 memory_region_add_subregion(&xhci->mem, OFF_DOORBELL, &xhci->mem_doorbell); in usb_xhci_realize()
3460 memory_region_del_subregion(&xhci->mem, &xhci->mem_doorbell); in usb_xhci_unrealize()