Searched refs:count_cells (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | of_device_32.c | 144 .count_cells = of_bus_pci_count_cells, 153 .count_cells = of_bus_sbus_count_cells, 162 .count_cells = of_bus_ambapp_count_cells, 171 .count_cells = of_bus_default_count_cells, 260 bus->count_cells(op->dev.of_node, &na, &ns); in build_device_resources() 310 pbus->count_cells(dp, &pna, &pns); in build_device_resources()
|
H A D | of_device_64.c | 189 .count_cells = of_bus_pci_count_cells, 198 .count_cells = of_bus_pci_count_cells, 207 .count_cells = of_bus_sbus_count_cells, 216 .count_cells = of_bus_fhc_count_cells, 225 .count_cells = of_bus_default_count_cells, 330 bus->count_cells(op->dev.of_node, &na, &ns); in build_device_resources() 387 pbus->count_cells(dp, &pna, &pns); in build_device_resources() 433 bus->count_cells(dp, &na, NULL); in apply_interrupt_map()
|
H A D | of_device_common.h | 30 void (*count_cells)(struct device_node *child, member
|
/openbmc/linux/drivers/of/ |
H A D | fdt_address.c | 40 void (*count_cells)(const void *blob, int parentoffset, member 103 .count_cells = fdt_bus_default_count_cells, 189 bus->count_cells(blob, parent, &na, &ns); in fdt_translate_address() 216 pbus->count_cells(blob, parent, &pna, &pns); in fdt_translate_address()
|
H A D | address.c | 44 void (*count_cells)(struct device_node *child, member 371 .count_cells = of_bus_pci_count_cells, 383 .count_cells = of_bus_isa_count_cells, 394 .count_cells = of_bus_default_count_cells, 405 .count_cells = of_bus_default_count_cells, 547 bus->count_cells(dev, &na, &ns); in __of_translate_address() 589 pbus->count_cells(dev, &pna, &pns); in __of_translate_address() 738 bus->count_cells(dev, &na, &ns); in __of_get_address()
|
/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()
|