Searched refs:cell_off (Results 1 – 1 of 1) sorted by relevance
1674 static int fdt_read_prop(const fdt32_t *prop, int prop_len, int cell_off, in fdt_read_prop() argument1680 if ((cell_off + cells) > prop_len) in fdt_read_prop()1683 prop32 = &prop[cell_off]; in fdt_read_prop()1692 cell_off += 1; in fdt_read_prop()1693 prop64 = (const fdt64_t *)&prop[cell_off]; in fdt_read_prop()
Completed in 6 milliseconds