Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Dof_addr.c22 static struct of_bus *of_match_bus(struct device_node *np);
109 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function
139 bus = of_match_bus(parent); in of_get_address()
259 bus = of_match_bus(parent); in __of_translate_address()
288 pbus = of_match_bus(parent); in __of_translate_address()
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c1232 static struct of_bus *of_match_bus(const void *blob, int parentoffset) in of_match_bus() function
1333 bus = of_match_bus(blob, parent); in __of_translate_address()
1362 pbus = of_match_bus(blob, parent); in __of_translate_address()