Searched refs:cell_off (Results 1 - 1 of 1) sorted by relevance

/u-boot/boot/
H A Dfdt_support.c1883 static int fdt_read_prop(const fdt32_t *prop, int prop_len, int cell_off, argument
1889 if ((cell_off + cells) > prop_len)
1892 prop32 = &prop[cell_off];
1901 cell_off += 1;
1902 prop64 = (const fdt64_t *)&prop[cell_off];

Completed in 35 milliseconds