Searched refs:count_cells (Results 1 – 2 of 2) sorted by relevance
| /drivers/of/ |
| A D | fdt_address.c | 27 void (*count_cells)(const void *blob, int parentoffset, member 90 .count_cells = fdt_bus_default_count_cells, 176 bus->count_cells(blob, parent, &na, &ns); in fdt_translate_address() 203 pbus->count_cells(blob, parent, &pna, &pns); in fdt_translate_address()
|
| A D | address.c | 31 void (*count_cells)(struct device_node *child, member 349 .count_cells = of_bus_pci_count_cells, 361 .count_cells = of_bus_isa_count_cells, 372 .count_cells = of_bus_default_count_cells, 383 .count_cells = of_bus_default_count_cells, 522 bus->count_cells(dev, &na, &ns); in __of_translate_address() 565 pbus->count_cells(dev, &pna, &pns); in __of_translate_address() 713 bus->count_cells(dev, &na, &ns); in __of_get_address()
|
Completed in 8 milliseconds