Home
last modified time | relevance | path

Searched refs:of_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);
38 struct of_bus { struct
96 static struct of_bus of_busses[] = {
109 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus()
131 struct of_bus *bus; in of_get_address()
170 struct of_bus *bus, struct of_bus *pbus, in of_translate_one()
245 struct of_bus *bus, *pbus; in __of_translate_address()
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c1100 struct of_bus { struct
1210 static struct of_bus of_busses[] = {
1232 static struct of_bus *of_match_bus(const void *blob, int parentoffset) in of_match_bus()
1234 struct of_bus *bus; in of_match_bus()
1254 static int of_translate_one(const void *blob, int parent, struct of_bus *bus, in of_translate_one()
1255 struct of_bus *pbus, fdt32_t *addr, in of_translate_one()
1321 struct of_bus *bus, *pbus; in __of_translate_address()