Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/parsers/
H A Dredboot.c86 int numslots; in parse_redboot_partitions() local
131 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()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c905 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 …]
H A Dhcd-xhci-nec.c56 pci->xhci.numslots = nec->slots; in nec_xhci_instance_init()
H A Dhcd-xhci-sysbus.c87 DEFINE_PROP_UINT32("slots", XHCISysbusState, xhci.numslots, XHCI_MAXSLOTS),
H A Dhcd-xhci.h191 uint32_t numslots; member
H A Dhcd-xhci-pci.c245 xhci->numslots = XHCI_MAXSLOTS; in qemu_xhci_instance_init()
/openbmc/linux/drivers/video/fbdev/
H A Dstifb.c354 #define GET_FIFO_SLOTS(fb, cnt, numslots) \ argument
355 { while (cnt < numslots) \
357 cnt -= numslots; \
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c1838 int numslots = fattrs->maxreqs; in alloc_session() local
1846 new = kzalloc(struct_size(new, se_slots, numslots), GFP_KERNEL); in alloc_session()
1850 for (i = 0; i < numslots; i++) { in alloc_session()