Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
181 numslots = buf[i].size / sizeof(struct fis_image_desc); in parse_redboot_partitions()
186 if (i == numslots) { in parse_redboot_partitions()
194 for (i = 0; i < numslots; i++) { in parse_redboot_partitions()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dstifb.c354 #define GET_FIFO_SLOTS(fb, cnt, numslots) \ argument
355 { while (cnt < numslots) \
357 cnt -= numslots; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0016_let_ld_pointer_dma_function_take_MemTxAttrs_argument.patch66 assert(slotid >= 1 && slotid <= xhci->numslots);
H A D0018_let_ld_pointer_dma_function_propagate_MemTxResult.patch68 assert(slotid >= 1 && slotid <= xhci->numslots);
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4state.c1699 int numslots = fattrs->maxreqs; in alloc_session() local
1706 mem = numslots * sizeof(struct nfsd4_slot *); in alloc_session()
1712 for (i = 0; i < numslots; i++) { in alloc_session()