Searched refs:cursor (Results 1 - 11 of 11) sorted by relevance

/u-boot/tools/
H A Dasn1_compiler.c806 struct token *cursor; local
812 cursor = type->name;
814 if (cursor[0].token_type != TOKEN_TYPE_NAME ||
815 cursor[1].token_type != TOKEN_ASSIGNMENT)
817 cursor += 2;
819 type->element = parse_type(&cursor, type[1].name, NULL);
822 if (cursor != type[1].name) {
824 filename, cursor->line, cursor->content);
858 struct token *cursor local
1151 struct token *cursor = *_cursor, *name; local
[all...]
/u-boot/drivers/misc/
H A Dcbmem_console.c22 pos = cons->cursor & CBMC_CURSOR_MASK;
25 flags = cons->cursor & ~CBMC_CURSOR_MASK;
38 cons->cursor = flags | pos;
/u-boot/board/ti/common/
H A Dcape_detect.c37 uint8_t cursor = 0; local
44 /* Move the read cursor to the beginning of the EEPROM */
45 dm_i2c_write(dev, 0, &cursor, 1);
/u-boot/arch/x86/lib/
H A Dacpi_nhlt.c287 struct cursor { struct
292 static void ser8(struct cursor *cur, uint val)
298 static void ser16(struct cursor *cur, uint val)
304 static void ser32(struct cursor *cur, uint val)
310 static void serblob(struct cursor *cur, void *from, size_t sz)
317 struct cursor *cur)
324 static void serialise_waveform(struct nhlt_waveform *wave, struct cursor *cur)
342 static void serialise_format(struct nhlt_format *fmt, struct cursor *cur)
349 static void serialise_endpoint(struct nhlt_endpoint *endp, struct cursor *cur)
371 static void nhlt_serialise_endpoints(struct nhlt *nhlt, struct cursor *cu
[all...]
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dstm32prog_serial.c349 printf("\n received length = 0x%x\n", data->cursor);
573 u32 cursor = data->cursor; local
612 cursor = 0;
613 data->cursor = 0;
614 /*idx = cursor;*/
688 ret = stm32prog_otp_write(data, cursor, data->buffer, &size);
693 ret = stm32prog_pmic_write(data, cursor, data->buffer, &size);
705 data->cursor += codesize;
H A Dstm32prog.h181 u32 cursor; member in struct:stm32prog_data
/u-boot/lib/crypto/
H A Dasymmetric_type.c619 struct asymmetric_key_parser *cursor; local
624 list_for_each_entry(cursor, &asymmetric_key_parsers, link) {
625 if (strcmp(cursor->name, parser->name) == 0) {
/u-boot/cmd/x86/
H A Dcbsysinfo.c327 print_hex("Cursor", cons->cursor);
329 for (i = 0; i < cons->cursor; i++) {
/u-boot/drivers/video/
H A Dstb_truetype.h516 int cursor; member in struct:__anon28
1135 if (b->cursor >= b->size)
1137 return b->data[b->cursor++];
1142 if (b->cursor >= b->size)
1144 return b->data[b->cursor];
1150 b->cursor = (o > b->size || o < 0) ? b->size : o;
1155 stbtt__buf_seek(b, b->cursor + o);
1174 r.cursor = 0;
1193 start = b->cursor;
1201 return stbtt__buf_range(b, start, b->cursor
[all...]
/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h314 * cursor field gets set to indicate that this happened. If the underlying
320 u32 cursor; member in struct:cbmem_console
/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c3788 uint8_t *cursor; local
3827 cursor = (uint8_t *)(ep + 1);
3832 cursor += s->length * 16;
3840 ecc = (struct onfi_ext_ecc_info *)cursor;

Completed in 108 milliseconds