Searched refs:cell_off (Results 1 – 1 of 1) sorted by relevance
1544 static int fdt_read_prop(const fdt32_t *prop, int prop_len, int cell_off, in fdt_read_prop() argument1547 const fdt32_t *prop32 = &prop[cell_off]; in fdt_read_prop()1548 const fdt64_t *prop64 = (const fdt64_t *)&prop[cell_off]; in fdt_read_prop()1550 if ((cell_off + cells) > prop_len) in fdt_read_prop()