Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c56 #define OFF_DOORBELL 0x2000 macro
61 #if (OFF_RUNTIME + LEN_RUNTIME) > OFF_DOORBELL
62 #error Increase OFF_DOORBELL
64 #if (OFF_DOORBELL + LEN_DOORBELL) > XHCI_LEN_REGS
2768 ret = OFF_DOORBELL; in xhci_cap_read()
3430 memory_region_add_subregion(&xhci->mem, OFF_DOORBELL, &xhci->mem_doorbell); in usb_xhci_realize()