Home
last modified time | relevance | path

Searched refs:record (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/drivers/rtc/
H A Dftrtc010.c23 unsigned int record; /* 0x1c */ member
81 __func__, readl(&rtc->record)); in rtc_get()
84 now = (ftrtc010_time() + readl(&rtc->record)) / RTC_DIV_COUNT; in rtc_get()
86 now = ftrtc010_time() + readl(&rtc->record); in rtc_get()
113 writel(new - now, &rtc->record); in rtc_set()
/rk3399_rockchip-uboot/common/
H A Dbootstage.c35 struct bootstage_record record[RECORD_COUNT]; member
62 data->record[i].name = strdup(data->record[i].name); in bootstage_relocate()
73 for (rec = data->record, end = rec + data->rec_count; rec < end; in find_id()
89 rec = &data->record[data->rec_count++]; in ensure_id()
109 rec = &data->record[data->rec_count++]; in bootstage_add_record()
274 struct bootstage_record *rec = &data->record[recnum]; in add_bootstages_devicetree()
311 struct bootstage_record *rec = data->record; in bootstage_report()
322 qsort(data->record, data->rec_count, sizeof(*rec), h_compare_record); in bootstage_report()
334 for (i = 0, rec = data->record; i < data->rec_count; i++, rec++) { in bootstage_report()
381 for (rec = data->record, i = count = 0; i < data->rec_count; in bootstage_stash()
[all …]
H A DKconfig10 record elapsed time in a particular stage using bootstage_start()
62 This is the size of the bootstage record list and is the maximum
232 This provides a way to record console output (and provide console
455 int "Maximum log level to record"
473 int "Maximum log level to record in SPL"
/rk3399_rockchip-uboot/lib/dhry/
H A Ddhry.h415 typedef struct record struct
417 struct record *Ptr_Comp; argument
/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() argument
99 c = strncmp((char *)&eeprom_buf[i + 1], (char *)record, in get_factory_record_val()
100 strlen((char *)record)); in get_factory_record_val()
103 pos = i + strlen((char *)record) + 2; in get_factory_record_val()
133 __func__, record, name, buf); in get_factory_record_val()
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dhab.c120 struct record { struct
279 struct record *rec = (struct record *)event_data; in process_event_record()
/rk3399_rockchip-uboot/cmd/
H A Dload.c133 char record[SREC_MAXRECLEN + 1]; /* buffer for one S-Record */ in load_serial() local
144 while (read_record(record, SREC_MAXRECLEN + 1) >= 0) { in load_serial()
145 type = srec_decode(record, &binlen, &addr, binbuf); in load_serial()
320 char record[2*SREC_BYTES_PER_RECORD+16]; /* buffer for one S-Record */ in save_serial() local
356 sprintf(record, SREC3_FORMAT, length, address, data, checksum); in save_serial()
357 if(write_record(record)) in save_serial()
/rk3399_rockchip-uboot/doc/
H A DREADME.bitbangMII28 the bb_miiphy_buses[] array with a record for each required bus and declare
30 The record (struct bb_miiphy_bus) has the following fields/callbacks (see
H A DREADME.log180 Add a way to record log records for browsing using an external tool
H A DREADME.trace10 U-Boot supports a simple tracing feature which allows a record of excecution
/rk3399_rockchip-uboot/scripts/
H A Dobjdiff146 record)
/rk3399_rockchip-uboot/doc/driver-model/
H A DREADME.txt719 cause the uclass to do some housekeeping to record the device as
735 cause the uclass to do some housekeeping to record the device as
795 For the record, this implementation uses a very similar approach to the
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox131 real devices. Some of these drivers may want to record state which is
/rk3399_rockchip-uboot/env/
H A DKconfig243 "nand env.oob" command can be used to record this offset.
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dbeaglebone_vboot.txt100 produces a kernel Image and device tree files. For the record the steps were:
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drv1126.dtsi307 record-size = <0x20000>;