Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Dxhci.h13 #define XHCI_MAXSLOTS 64 macro
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h33 #define EV_QUEUE (((3 * 24) + 16) * XHCI_MAXSLOTS)
210 XHCISlot slots[XHCI_MAXSLOTS];
H A Dhcd-xhci-nec.c45 DEFINE_PROP_UINT32("slots", XHCINecState, slots, XHCI_MAXSLOTS),
H A Dhcd-xhci-sysbus.c87 DEFINE_PROP_UINT32("slots", XHCISysbusState, xhci.numslots, XHCI_MAXSLOTS),
H A Dhcd-xhci-pci.c244 xhci->numslots = XHCI_MAXSLOTS; in qemu_xhci_instance_init()
H A Dhcd-xhci.c52 #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 Dmicrovm.c221 qdev_prop_set_uint32(dev, "slots", XHCI_MAXSLOTS); in microvm_devices_init()
/openbmc/qemu/hw/arm/
H A Dsbsa-ref.c608 qdev_prop_set_uint32(dev, "slots", XHCI_MAXSLOTS); in create_xhci()