Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/
H A Dchecks.c1107 int cell, cellsize = 0; in check_property_phandle_args() local
1116 for (cell = 0; cell < prop->val.len / sizeof(cell_t); cell += cellsize + 1) { in check_property_phandle_args()
1131 cellsize = 0; in check_property_phandle_args()
1158 cellsize = propval_cell(cellprop); in check_property_phandle_args()
1160 cellsize = 0; in check_property_phandle_args()
1169 if (prop->val.len < ((cell + cellsize + 1) * sizeof(cell_t))) { in check_property_phandle_args()
1172 prop->val.len, cellsize); in check_property_phandle_args()