Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/dhry/
H A Ddhry.h415 typedef struct record struct
417 struct record *Ptr_Comp; argument
418 Enumeration Discr;
419 union {
433 } variant;
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dhab.c120 struct record { struct
121 uint8_t tag; /* Tag */
122 uint8_t len[2]; /* Length */
123 uint8_t par; /* Version */
124 uint8_t contents[MAX_RECORD_BYTES];/* Record Data */
125 bool any_rec_flag;
/rk3399_rockchip-uboot/drivers/rtc/
H A Dftrtc010.c23 unsigned int record; /* 0x1c */ member
/rk3399_rockchip-uboot/board/siemens/common/
H A Dfactoryset.c82 int get_factory_record_val(unsigned char *eeprom_buf, int size, uchar *record, in get_factory_record_val()
/rk3399_rockchip-uboot/cmd/
H A Dload.c133 char record[SREC_MAXRECLEN + 1]; /* buffer for one S-Record */ in load_serial() local
320 char record[2*SREC_BYTES_PER_RECORD+16]; /* buffer for one S-Record */ in save_serial() local
/rk3399_rockchip-uboot/common/
H A Dbootstage.c35 struct bootstage_record record[RECORD_COUNT]; member