Home
last modified time | relevance | path

Searched refs:lim (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/dfu/
A Ddfu_mtd.c24 u64 off, lim, remaining, lock_ofs, lock_len; in mtd_block_op() local
38 lim = dfu->data.mtd.start + dfu->data.mtd.size; in mtd_block_op()
40 if (off >= lim) { in mtd_block_op()
41 printf("Limit reached 0x%llx\n", lim); in mtd_block_op()
46 if (off + *len >= lim) in mtd_block_op()
47 *len = lim - off; in mtd_block_op()
73 if (erase_op.addr + remaining > lim) { in mtd_block_op()
75 lim, off); in mtd_block_op()
110 if (off + remaining > lim) { in mtd_block_op()
112 lim, op == DFU_OP_READ ? "reading" : "writing", in mtd_block_op()
A Ddfu_nand.c25 loff_t start, lim; in nand_block_op() local
37 lim = dfu->data.nand.start + dfu->data.nand.size - start; in nand_block_op()
51 lim, buf); in nand_block_op()
61 opts.lim = lim; in nand_block_op()
72 lim, buf, write_flags); in nand_block_op()
/u-boot/include/
A Dnand.h95 loff_t lim; member
101 size_t *actual, loff_t lim, u_char *buffer);
107 size_t *actual, loff_t lim, u_char *buffer, int flags);
/u-boot/board/intel/agilex-socdk/
A DMAINTAINERS11 M: Siew Chin Lim <elly.siew.chin.lim@intel.com>
/u-boot/drivers/mtd/nand/raw/
A Dnand_util.c107 if (opts->lim && (erase.addr >= (opts->offset + opts->lim))) { in nand_erase_opts()
575 size_t *actual, loff_t lim, u_char *buffer, int flags) in nand_write_skip_bad() argument
616 if (used_for_write > lim) { in nand_write_skip_bad()
709 size_t *actual, loff_t lim, u_char *buffer) in nand_read_skip_bad() argument
736 if (used_for_read > lim) { in nand_read_skip_bad()
/u-boot/include/linux/
A Dbitmap.h36 unsigned int k, lim = bits / BITS_PER_LONG; in __bitmap_weight() local
39 for (k = 0; k < lim; k++) in __bitmap_weight()
/u-boot/lib/lzma/
A DLzmaDec.c409 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal() local
416 while (++dest != lim); in LzmaDec_DecodeReal()

Completed in 13 milliseconds