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 | 1040 struct of_bus { struct 1148 static struct of_bus of_busses[] = { 1170 static struct of_bus *of_match_bus(const void *blob, int parentoffset) in of_match_bus() 1172 struct of_bus *bus; in of_match_bus() 1192 static int of_translate_one(const void *blob, int parent, struct of_bus *bus, in of_translate_one() 1193 struct of_bus *pbus, fdt32_t *addr, in of_translate_one() 1259 struct of_bus *bus, *pbus; in __of_translate_address()
|