Searched refs:cell_t (Results 1 – 6 of 6) sorted by relevance
| /scripts/dtc/ |
| A D | checks.c | 492 cell_t phandle; in check_phandle_prop() 612 cell_t phandle; in fixup_phandle_references() 836 cell_t *cells; in check_pci_bridge() 878 cell_t *cells; in check_pci_device_bus_num() 910 cell_t *cells; in check_pci_device_reg() 983 cell_t *cells = NULL; in check_simple_bus_reg() 1055 cell_t *cells = NULL; in check_i2c_bus_reg() 1144 cell_t *cells = NULL; in check_spi_bus_reg() 1405 cell_t phandle; in check_property_phandle_args() 1693 cell_t irq_cells, phandle; in check_interrupts_property() [all …]
|
| A D | dtc.h | 52 typedef uint32_t cell_t; typedef 54 static inline bool phandle_is_valid(cell_t phandle) in phandle_is_valid() 178 struct data data_append_cell(struct data d, cell_t word); 229 cell_t phandle; 291 cell_t propval_cell(struct property *prop); 292 cell_t propval_cell_n(struct property *prop, unsigned int n); 300 struct node *get_node_by_phandle(struct node *tree, cell_t phandle); 302 cell_t get_node_phandle(struct node *root, struct node *node);
|
| A D | livetree.c | 436 cell_t propval_cell(struct property *prop) in propval_cell() 438 assert(prop->val.len == sizeof(cell_t)); in propval_cell() 442 cell_t propval_cell_n(struct property *prop, unsigned int n) in propval_cell_n() 444 assert(prop->val.len / sizeof(cell_t) > n); in propval_cell_n() 559 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) in get_node_by_phandle() 636 cell_t get_node_phandle(struct node *root, struct node *node) in get_node_phandle() 638 static cell_t phandle = 1; /* FIXME: ick, static local */ in get_node_phandle()
|
| A D | flattree.c | 36 void (*cell)(void *, cell_t); 45 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell() 123 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell() 254 emit->align(etarget, sizeof(cell_t)); in flatten_tree() 272 emit->align(etarget, sizeof(cell_t)); in flatten_tree() 284 emit->align(etarget, sizeof(cell_t)); in flatten_tree()
|
| A D | treesource.c | 183 if ((m->offset % sizeof(cell_t)) != 0) in guess_value_type() 192 } else if (((len % sizeof(cell_t)) == 0) && (nnotcelllbl == 0)) { in guess_value_type()
|
| A D | data.c | 197 struct data data_append_cell(struct data d, cell_t word) in data_append_cell()
|
Completed in 14 milliseconds