Home
last modified time | relevance | path

Searched refs:e (Results 1 – 3 of 3) sorted by relevance

/boot/
A Dimage-android-dt.c44 const struct dt_table_entry *e; in android_dt_get_fdt_by_index() local
62 e = map_sysmem(e_addr, sizeof(*e)); in android_dt_get_fdt_by_index()
63 dt_offset = fdt32_to_cpu(e->dt_offset); in android_dt_get_fdt_by_index()
64 dt_size = fdt32_to_cpu(e->dt_size); in android_dt_get_fdt_by_index()
65 unmap_sysmem(e); in android_dt_get_fdt_by_index()
129 const struct dt_table_entry *e; in android_dt_print_contents() local
134 e = map_sysmem(e_addr, sizeof(*e)); in android_dt_print_contents()
135 dt_offset = fdt32_to_cpu(e->dt_offset); in android_dt_print_contents()
136 dt_size = fdt32_to_cpu(e->dt_size); in android_dt_print_contents()
145 fdt32_to_cpu(e->custom[j])); in android_dt_print_contents()
[all …]
A Dpxe_utils.c862 char *b, *e; in get_string() local
872 e = *p; in get_string()
873 while (*e) { in get_string()
874 if ((delim == ' ' && isspace(*e)) || delim == *e) in get_string()
876 e++; in get_string()
879 len = e - b; in get_string()
899 *p = e; in get_string()
A DKconfig46 the button number (starting from 0). e.g:
99 CONFIG_SHA_PROG_HW_ACCEL is defined, i.e support for progressive
162 injected into the FIT creation (i.e. the blobs would have been pre-
328 injected into the FIT creation (i.e. the blobs would have been pre-
455 - bootdev - a device which can hold a distro (e.g. MMC)
985 (e.g. to U-Boot or another program which SPL loads and runs). THis
1079 (e.g. Developer mode) and a few other things. Enable this if you are

Completed in 16 milliseconds