Home
last modified time | relevance | path

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

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