Searched refs:count_cells (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_addr.c | 42 void (*count_cells)(const struct device_node *child, int *addrc, member 102 .count_cells = of_bus_default_count_cells, 140 bus->count_cells(dev, &na, &ns); in of_get_address() 262 bus->count_cells(dev, &na, &ns); in __of_translate_address() 289 pbus->count_cells(dev, &pna, &pns); in __of_translate_address()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fdt_support.c | 1104 void (*count_cells)(const void *blob, int parentoffset, member 1217 .count_cells = of_bus_isa_count_cells, 1226 .count_cells = fdt_support_default_count_cells, 1336 bus->count_cells(blob, parent, &na, &ns); in __of_translate_address() 1363 pbus->count_cells(blob, parent, &pna, &pns); in __of_translate_address()
|