Home
last modified time | relevance | path

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

/u-boot/scripts/dtc/
A Dchecks.c1154 int cell, cellsize = 0; in check_property_phandle_args() local
1163 for (cell = 0; cell < prop->val.len / sizeof(cell_t); cell += cellsize + 1) { in check_property_phandle_args()
1178 cellsize = 0; in check_property_phandle_args()
1205 cellsize = propval_cell(cellprop); in check_property_phandle_args()
1207 cellsize = 0; in check_property_phandle_args()
1216 if (prop->val.len < ((cell + cellsize + 1) * sizeof(cell_t))) { in check_property_phandle_args()
1219 prop->val.len, cellsize); in check_property_phandle_args()

Completed in 7 milliseconds