Searched refs:numslots (Results 1 – 5 of 5) sorted by relevance
910 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()1134 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()1235 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()1274 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()1311 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()1348 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_reset_ep()1399 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_set_ep_dequeue()1846 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_kick_ep()2035 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_slot()2048 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_slot()[all …]
50 pci->xhci.numslots = nec->slots; in nec_xhci_instance_init()
87 DEFINE_PROP_UINT32("slots", XHCISysbusState, xhci.numslots, XHCI_MAXSLOTS),
191 uint32_t numslots; member
275 xhci->numslots = XHCI_MAXSLOTS; in qemu_xhci_instance_init()