Searched refs:of_bus (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/core/ |
D | of_addr.c | 21 static struct of_bus *of_match_bus(struct device_node *np); 37 struct of_bus { struct 95 static struct of_bus of_busses[] = { 108 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() 130 struct of_bus *bus; in of_get_address() 169 struct of_bus *bus, struct of_bus *pbus, in of_translate_one() 244 struct of_bus *bus, *pbus; in __of_translate_address()
|
/external/u-boot/common/ |
D | fdt_support.c | 989 struct of_bus { struct 1099 static struct of_bus of_busses[] = { 1121 static struct of_bus *of_match_bus(const void *blob, int parentoffset) in of_match_bus() 1123 struct of_bus *bus; in of_match_bus() 1143 static int of_translate_one(const void *blob, int parent, struct of_bus *bus, in of_translate_one() 1144 struct of_bus *pbus, fdt32_t *addr, in of_translate_one() 1210 struct of_bus *bus, *pbus; in __of_translate_address()
|