Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Dof_addr.c23 static struct of_bus *of_match_bus(struct device_node *np);
110 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
134 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()
376 bus_node = of_match_bus((struct device_node*)dev); in of_get_dma_range()
384 bus_node = of_match_bus(parent); in of_get_dma_range()
/u-boot/common/
A Dfdt_support.c1245 static struct of_bus *of_match_bus(const void *blob, int parentoffset) in of_match_bus() function
1346 bus = of_match_bus(blob, parent); in __of_translate_address()
1375 pbus = of_match_bus(blob, parent); in __of_translate_address()
1463 bus_node = of_match_bus(blob, node); in fdt_get_dma_range()
1472 bus_node = of_match_bus(blob, parent); in fdt_get_dma_range()

Completed in 11 milliseconds