Home
last modified time | relevance | path

Searched defs:record (Results 1 – 7 of 7) sorted by relevance

/u-boot/lib/dhry/
A Ddhry.h414 typedef struct record struct
416 struct record *Ptr_Comp; argument
417 Enumeration Discr;
418 union {
432 } variant;
/u-boot/arch/arm/mach-imx/
A Dhab.c55 struct record { struct
56 uint8_t tag; /* Tag */
57 uint8_t len[2]; /* Length */
58 uint8_t par; /* Version */
59 uint8_t contents[MAX_RECORD_BYTES];/* Record Data */
60 bool any_rec_flag;
/u-boot/drivers/rtc/
A Dftrtc010.c23 unsigned int record; /* 0x1c */ member
/u-boot/board/ti/common/
A Dboard_detect.c362 static int ti_i2c_eeprom_am6_parse_record(struct ti_am6_eeprom_record *record, in ti_i2c_eeprom_am6_parse_record()
435 struct ti_am6_eeprom_record record; in ti_i2c_eeprom_am6_get() local
/u-boot/cmd/
A Dload.c140 char record[SREC_MAXRECLEN + 1]; /* buffer for one S-Record */ in load_serial() local
327 char record[2*SREC_BYTES_PER_RECORD+16]; /* buffer for one S-Record */ in save_serial() local
/u-boot/board/siemens/common/
A Dfactoryset.c87 int get_factory_record_val(unsigned char *eeprom_buf, int size, uchar *record, in get_factory_record_val()
/u-boot/common/
A Dbootstage.c40 struct bootstage_record record[RECORD_COUNT]; member

Completed in 78 milliseconds