Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c55 #define OFF_RUNTIME 0x1000 macro
58 #if (OFF_OPER + LEN_OPER) > OFF_RUNTIME
59 #error Increase OFF_RUNTIME
61 #if (OFF_RUNTIME + LEN_RUNTIME) > OFF_DOORBELL
2771 ret = OFF_RUNTIME; in xhci_cap_read()
3429 memory_region_add_subregion(&xhci->mem, OFF_RUNTIME, &xhci->mem_runtime); in usb_xhci_realize()