Searched refs:numslots (Results 1 – 8 of 8) sorted by relevance
86 int numslots; in parse_redboot_partitions() local131 numslots = (master->erasesize / sizeof(struct fis_image_desc)); in parse_redboot_partitions()132 for (i = 0; i < numslots; i++) { in parse_redboot_partitions()154 numslots = swab32(buf[i].size) / sizeof(struct fis_image_desc); in parse_redboot_partitions()155 for (j = 0; j < numslots; ++j) { in parse_redboot_partitions()180 numslots = buf[i].size / sizeof(struct fis_image_desc); in parse_redboot_partitions()185 if (i == numslots) { in parse_redboot_partitions()193 for (i = 0; i < numslots; i++) { in parse_redboot_partitions()
905 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams()1129 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()1223 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()1262 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()1299 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()1336 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_reset_ep()1387 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_set_ep_dequeue()1840 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_kick_ep()2029 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_slot()2042 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_slot()[all …]
56 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
245 xhci->numslots = XHCI_MAXSLOTS; in qemu_xhci_instance_init()
354 #define GET_FIFO_SLOTS(fb, cnt, numslots) \ argument355 { while (cnt < numslots) \357 cnt -= numslots; \
1838 int numslots = fattrs->maxreqs; in alloc_session() local1846 new = kzalloc(struct_size(new, se_slots, numslots), GFP_KERNEL); in alloc_session()1850 for (i = 0; i < numslots; i++) { in alloc_session()