HomeSort by relevance Sort by last modified time
    Searched refs:count_cells (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/core/
of_addr.c 41 void (*count_cells)(const struct device_node *child, int *addrc, member in struct:of_bus
101 .count_cells = of_bus_default_count_cells,
139 bus->count_cells(dev, &na, &ns);
261 bus->count_cells(dev, &na, &ns);
288 pbus->count_cells(dev, &pna, &pns);
  /external/u-boot/common/
fdt_support.c 968 * @count_cells:Count how many cells (be32 values) a node whose parent
993 void (*count_cells)(const void *blob, int parentoffset, member in struct:of_bus
1106 .count_cells = of_bus_isa_count_cells,
1115 .count_cells = fdt_support_default_count_cells,
1225 bus->count_cells(blob, parent, &na, &ns);
1252 pbus->count_cells(blob, parent, &pna, &pns);
    [all...]

Completed in 474 milliseconds