Searched refs:count_cells (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/core/ |
D | of_addr.c | 41 void (*count_cells)(const struct device_node *child, int *addrc, member 101 .count_cells = of_bus_default_count_cells, 139 bus->count_cells(dev, &na, &ns); in of_get_address() 261 bus->count_cells(dev, &na, &ns); in __of_translate_address() 288 pbus->count_cells(dev, &pna, &pns); in __of_translate_address()
|
/external/u-boot/common/ |
D | fdt_support.c | 993 void (*count_cells)(const void *blob, int parentoffset, member 1106 .count_cells = of_bus_isa_count_cells, 1115 .count_cells = fdt_support_default_count_cells, 1225 bus->count_cells(blob, parent, &na, &ns); in __of_translate_address() 1252 pbus->count_cells(blob, parent, &pna, &pns); in __of_translate_address()
|