Lines Matching defs:cell
256 FAIL_PROP(c, dti, node, prop, "property is not a single cell");
845 FAIL_PROP(c, dti, node, prop, "1st cell must be less than or equal to 2nd cell");
1370 int cell, cellsize = 0;
1379 for (cell = 0; cell < prop->val.len / sizeof(cell_t); cell += cellsize + 1) {
1384 phandle = propval_cell_n(prop, cell);
1386 * Some bindings use a cell value 0 or -1 to skip over optional
1398 /* If we have markers, verify the current cell is a phandle */
1402 if (m->offset == (cell * sizeof(cell_t)))
1407 "cell %d is not a phandle reference",
1408 cell);
1414 "Could not get phandle node for (cell %d)",
1415 cell);
1428 prop->name, cell);
1432 if (prop->val.len < ((cell + cellsize + 1) * sizeof(cell_t))) {
1434 "property size (%d) too small for cell size %d",