Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
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()
/external/u-boot/common/
Dfdt_support.c1121 static struct of_bus *of_match_bus(const void *blob, int parentoffset) in of_match_bus() function
1222 bus = of_match_bus(blob, parent); in __of_translate_address()
1251 pbus = of_match_bus(blob, parent); in __of_translate_address()