Lines Matching +full:usb +full:- +full:based
2 * USB xHCI controller emulation
5 * Date: 2011-05-11 ; Author: Hector Martin <hector@marcansoft.com>
6 * Based on usb-ohci.c, emulates Renesas NEC USB 3.0
23 #include "hw/usb.h"
26 #include "hw/qdev-properties.h"
28 #include "hcd-xhci-pci.h"
49 pci->xhci.numintrs = nec->intrs; in nec_xhci_instance_init()
50 pci->xhci.numslots = nec->slots; in nec_xhci_instance_init()
59 k->vendor_id = PCI_VENDOR_ID_NEC; in nec_xhci_class_init()
60 k->device_id = PCI_DEVICE_ID_NEC_UPD720200; in nec_xhci_class_init()
61 k->revision = 0x03; in nec_xhci_class_init()