Lines Matching defs:cell
253 FAIL_PROP(c, dti, node, prop, "property is not a single cell");
887 FAIL_PROP(c, dti, node, prop, "1st cell must be less than or equal to 2nd cell");
1457 int cell, cellsize = 0;
1465 for (cell = 0; cell < prop->val.len / sizeof(cell_t); cell += cellsize + 1) {
1470 phandle = propval_cell_n(prop, cell);
1472 * Some bindings use a cell value 0 or -1 to skip over optional
1485 /* If we have markers, verify the current cell is a phandle */
1490 if (m->offset == (cell * sizeof(cell_t))) {
1495 FAIL_PROP(c, dti, node, prop, "cell %d is not a phandle reference", cell);
1501 FAIL_PROP(c, dti, node, prop, "Could not get phandle node for (cell %d)", cell);
1512 provider->cell_name, provider_node->fullpath, prop->name, cell);
1516 if (prop->val.len < ((cell + cellsize + 1) * sizeof(cell_t))) {
1517 FAIL_PROP(c, dti, node, prop, "property size (%d) too small for cell size %d", prop->val.len, cellsize);