Searched refs:count_cells (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/drivers/core/ |
| H A 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()
|
| /openbmc/u-boot/common/ |
| H A D | fdt_support.c | 994 void (*count_cells)(const void *blob, int parentoffset, member 1105 .count_cells = of_bus_isa_count_cells, 1114 .count_cells = fdt_support_default_count_cells, 1224 bus->count_cells(blob, parent, &na, &ns); in __of_translate_address() 1251 pbus->count_cells(blob, parent, &pna, &pns); in __of_translate_address()
|