Home
last modified time | relevance | path

Searched refs:of_match_bus (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/core/
H A Dof_addr.c21 static struct of_bus *of_match_bus(struct device_node *np);
108 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
138 bus = of_match_bus(parent); in of_get_address()
258 bus = of_match_bus(parent); in __of_translate_address()
287 pbus = of_match_bus(parent); in __of_translate_address()
/openbmc/linux/arch/sparc/kernel/
H A Dof_device_32.c177 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
259 bus = of_match_bus(p_op->dev.of_node); in build_device_resources()
309 pbus = of_match_bus(pp); in build_device_resources()
H A Dof_device_64.c231 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
329 bus = of_match_bus(p_op->dev.of_node); in build_device_resources()
386 pbus = of_match_bus(pp); in build_device_resources()
432 bus = of_match_bus(pp); in apply_interrupt_map()
/openbmc/linux/drivers/of/
H A Daddress.c412 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
544 bus = of_match_bus(parent); in __of_translate_address()
588 pbus = of_match_bus(parent); in __of_translate_address()
733 bus = of_match_bus(parent); in __of_get_address()
799 parser->bus = of_match_bus(node); in parser_init()
/openbmc/u-boot/common/
H A Dfdt_support.c1120 static struct of_bus *of_match_bus(const void *blob, int parentoffset) in of_match_bus() function
1221 bus = of_match_bus(blob, parent); in __of_translate_address()
1250 pbus = of_match_bus(blob, parent); in __of_translate_address()