Searched refs:XHCI_MAXSLOTS (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/hw/usb/ |
H A D | xhci.h | 13 #define XHCI_MAXSLOTS 64 macro
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.h | 33 #define EV_QUEUE (((3 * 24) + 16) * XHCI_MAXSLOTS) 210 XHCISlot slots[XHCI_MAXSLOTS];
|
H A D | hcd-xhci-nec.c | 45 DEFINE_PROP_UINT32("slots", XHCINecState, slots, XHCI_MAXSLOTS),
|
H A D | hcd-xhci-sysbus.c | 87 DEFINE_PROP_UINT32("slots", XHCISysbusState, xhci.numslots, XHCI_MAXSLOTS),
|
H A D | hcd-xhci-pci.c | 244 xhci->numslots = XHCI_MAXSLOTS; in qemu_xhci_instance_init()
|
H A D | hcd-xhci.c | 52 #define LEN_DOORBELL ((XHCI_MAXSLOTS + 1) * 0x20) 3376 if (xhci->numslots > XHCI_MAXSLOTS) { in usb_xhci_realize() 3377 xhci->numslots = XHCI_MAXSLOTS; in usb_xhci_realize()
|
/openbmc/qemu/hw/i386/ |
H A D | microvm.c | 221 qdev_prop_set_uint32(dev, "slots", XHCI_MAXSLOTS); in microvm_devices_init()
|
/openbmc/qemu/hw/arm/ |
H A D | sbsa-ref.c | 608 qdev_prop_set_uint32(dev, "slots", XHCI_MAXSLOTS); in create_xhci()
|