| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | ftrtc010.c | 23 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 D | bootstage.c | 35 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 D | Kconfig | 10 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 D | dhry.h | 415 typedef struct record struct 417 struct record *Ptr_Comp; argument
|
| /rk3399_rockchip-uboot/board/siemens/common/ |
| H A D | factoryset.c | 82 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 D | hab.c | 120 struct record { struct 279 struct record *rec = (struct record *)event_data; in process_event_record()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | load.c | 133 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 D | README.bitbangMII | 28 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 D | README.log | 180 Add a way to record log records for browsing using an external tool
|
| H A D | README.trace | 10 U-Boot supports a simple tracing feature which allows a record of excecution
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | objdiff | 146 record)
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | README.txt | 719 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 D | README.sandbox | 131 real devices. Some of these drivers may want to record state which is
|
| /rk3399_rockchip-uboot/env/ |
| H A D | Kconfig | 243 "nand env.oob" command can be used to record this offset.
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | beaglebone_vboot.txt | 100 produces a kernel Image and device tree files. For the record the steps were:
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rv1126.dtsi | 307 record-size = <0x20000>;
|