Searched refs:cell (Results 1 – 5 of 5) sorted by relevance
| /scripts/dtc/ |
| A D | flattree.c | 51 void (*cell)(void *, cell_t); member 108 .cell = bin_emit_cell, 226 .cell = asm_emit_cell, 279 emit->cell(etarget, prop->val.len); in flatten_tree() 280 emit->cell(etarget, nameoff); in flatten_tree() 291 emit->cell(etarget, tree->basenamelen+1); in flatten_tree() 292 emit->cell(etarget, stringtable_insert(strbuf, "name")); in flatten_tree()
|
| A D | checks.c | 1152 int cell, cellsize = 0; in check_property_phandle_args() local 1161 for (cell = 0; cell < prop->val.len / sizeof(cell_t); cell += cellsize + 1) { in check_property_phandle_args() 1166 phandle = propval_cell_n(prop, cell); in check_property_phandle_args() 1184 if (m->offset == (cell * sizeof(cell_t))) in check_property_phandle_args() 1190 cell); in check_property_phandle_args() 1197 cell); in check_property_phandle_args() 1210 prop->name, cell); in check_property_phandle_args() 1214 if (prop->val.len < ((cell + cellsize + 1) * sizeof(cell_t))) { in check_property_phandle_args()
|
| A D | util.c | 409 const fdt32_t *cell = (const fdt32_t *)data; in utilfdt_print_data() local 413 printf("0x%08x%s", fdt32_to_cpu(cell[i]), in utilfdt_print_data()
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 887 Write a single-cell value to the device tree 902 Write a double-cell value to the device tree in big-endian format 915 """Add a property with a single-cell value 917 Write a single-cell value to the device tree
|
| /scripts/kconfig/ |
| A D | gconf.c | 261 static void renderer_edited(GtkCellRendererText * cell, 751 static void renderer_edited(GtkCellRendererText * cell, in renderer_edited() argument
|
Completed in 16 milliseconds