Searched refs:of_bus (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/core/ |
A D | of_addr.c | 24 static struct of_bus *of_match_bus(struct device_node *np); 40 struct of_bus { struct 98 static struct of_bus of_busses[] = { 111 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() 133 struct of_bus *bus; in of_get_address() 167 struct of_bus *bus, struct of_bus *pbus, in of_translate_one() 239 struct of_bus *bus, *pbus; in __of_translate_address() 326 struct of_bus *bus_node; in of_get_dma_range()
|
/u-boot/common/ |
A 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() 1344 struct of_bus *bus_node; in fdt_get_dma_range()
|
Completed in 7 milliseconds