Home
last modified time | relevance | path

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

/qemu/include/hw/usb/
H A Dxhci.h17 #define XHCI_LEN_REGS 0x4000 macro
/qemu/hw/usb/
H A Dhcd-xhci-sysbus.c76 aml_append(crs, aml_memory32_fixed(mmio, XHCI_LEN_REGS, AML_READ_WRITE)); in xhci_sysbus_build_aml()
H A Dhcd-xhci.c64 #if (OFF_DOORBELL + LEN_DOORBELL) > XHCI_LEN_REGS
65 # error Increase XHCI_LEN_REGS
3417 memory_region_init(&xhci->mem, OBJECT(dev), "xhci", XHCI_LEN_REGS); in usb_xhci_realize()
/qemu/hw/i386/
H A Dmicrovm-dt.c93 hwaddr size = XHCI_LEN_REGS; in dt_add_xhci()