Searched refs:is_last (Results 1 - 13 of 13) sorted by relevance

/u-boot/cmd/
H A Dclk.c19 int i, is_last; local
35 is_last = (last_flag >> i) & 1;
37 if (is_last)
42 if (is_last)
57 is_last = list_is_last(&child->sibling_node, &dev->child_head);
58 show_clks(child, depth, (last_flag << 1) | is_last);
H A Deficonfig.c557 int is_last; local
569 is_last = list_is_last(&iter->list, &info->file_info->filepath_list);
570 if (is_last) {
/u-boot/include/
H A Dhash.h64 * @is_last: 1 if this is the last update; 0 otherwise
68 unsigned int size, int is_last);
H A Dhw_sha.h81 * @is_last: 1 if this is the last update; 0 otherwise
85 unsigned int size, int is_last);
/u-boot/drivers/core/
H A Ddump.c37 int i, is_last; local
48 is_last = (last_flag >> i) & 1;
50 if (is_last)
55 if (is_last)
80 is_last = list_is_last(&child->sibling_node,
83 (last_flag << 1) | is_last, NULL);
/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c81 * @is_last: 1 if this is the last update; 0 otherwise
86 unsigned int size, int is_last,
110 if (is_last) {
238 unsigned int size, int is_last)
240 return caam_hash_update(ctx, buf, size, is_last, get_hash_type(algo));
85 caam_hash_update(void *hash_ctx, const void *buf, unsigned int size, int is_last, enum caam_hash_algos caam_algo) argument
237 hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf, unsigned int size, int is_last) argument
/u-boot/drivers/i2c/
H A Dihs_i2c.c80 uchar *buffer, int len, int read, bool is_last)
105 | (is_last ? 0 : I2CMB_HOLD_BUS);
134 bool is_last = len <= transfer; local
137 hold_bus ? false : is_last);
79 ihs_i2c_transfer(struct udevice *dev, uchar chip, uchar *buffer, int len, int read, bool is_last) argument
/u-boot/common/
H A Dhash.c49 int is_last)
76 int is_last)
103 int is_last)
130 int is_last)
157 int is_last)
184 int is_last)
47 hash_update_sha1(struct hash_algo *algo, void *ctx, const void *buf, unsigned int size, int is_last) argument
74 hash_update_sha256(struct hash_algo *algo, void *ctx, const void *buf, uint size, int is_last) argument
101 hash_update_sha384(struct hash_algo *algo, void *ctx, const void *buf, uint size, int is_last) argument
128 hash_update_sha512(struct hash_algo *algo, void *ctx, const void *buf, uint size, int is_last) argument
155 hash_update_crc16_ccitt(struct hash_algo *algo, void *ctx, const void *buf, unsigned int size, int is_last) argument
182 hash_update_crc32(struct hash_algo *algo, void *ctx, const void *buf, unsigned int size, int is_last) argument
/u-boot/scripts/basic/
H A Dfixdep.c330 int is_last, is_target; local
347 is_last = (*p == '\0');
388 if (is_last)
/u-boot/drivers/usb/gadget/
H A Dat91_udc.c205 unsigned total, count, is_last; local
236 is_last = 0;
239 is_last = (count < ep->ep.maxpacket) || !req->req.zero;
262 is_last ? " (done)" : "");
263 if (is_last)
265 return is_last;
H A Ddwc2_udc_otg_xfer_dma.c715 int is_last; local
725 is_last = 1;
729 is_last = 0;
731 is_last = 1;
737 is_last ? "/L" : "",
741 if (is_last) {
/u-boot/fs/ubifs/
H A Dreplay.c538 int is_last = is_last_bud(c, b->bud); local
543 dbg_mnt("replay bud LEB %d, head %d, offs %d, is_last %d",
544 lnum, b->bud->jhead, offs, is_last);
546 if (c->need_recovery && is_last)
/u-boot/drivers/crypto/nuvoton/
H A Dnpcm_sha.c215 * @is_last: 1 if this is the last update; 0 otherwise
219 unsigned int size, int is_last)
218 hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf, unsigned int size, int is_last) argument

Completed in 211 milliseconds