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.c24 static struct of_bus *of_match_bus(struct device_node *np);
111 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
141 bus = of_match_bus(parent); in of_get_address()
253 bus = of_match_bus(parent); in __of_translate_address()
282 pbus = of_match_bus(parent); in __of_translate_address()
371 bus_node = of_match_bus((struct device_node*)dev); in of_get_dma_range()
379 bus_node = of_match_bus(parent); in of_get_dma_range()
/u-boot/common/
A Dfdt_support.c1170 static struct of_bus *of_match_bus(const void *blob, int parentoffset) in of_match_bus() function
1271 bus = of_match_bus(blob, parent); in __of_translate_address()
1300 pbus = of_match_bus(blob, parent); in __of_translate_address()
1388 bus_node = of_match_bus(blob, node); in fdt_get_dma_range()
1397 bus_node = of_match_bus(blob, parent); in fdt_get_dma_range()

Completed in 6 milliseconds