Searched refs:e_idx (Results 1 – 1 of 1) sorted by relevance
1003 int e_idx; in android_get_dtbo() local1055 e_idx = board_select_fdt_index((ulong)buf); in android_get_dtbo()1056 if (e_idx < 0) { in android_get_dtbo()1062 ret = android_dt_get_fdt_by_index((ulong)buf, e_idx, &e_addr, &e_size); in android_get_dtbo()1064 printf("%s: failed to get fdt, index=%d\n", __func__, e_idx); in android_get_dtbo()1072 *index = e_idx; in android_get_dtbo()1076 e_addr, e_size, e_idx, part_dtbo); in android_get_dtbo()