HomeSort by relevance Sort by last modified time
    Searched refs:of_bus (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/core/
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)
130 struct of_bus *bus;
169 struct of_bus *bus, struct of_bus *pbus,
244 struct of_bus *bus, *pbus;
  /external/u-boot/common/
fdt_support.c 960 * struct of_bus - Callbacks for bus specific translators
985 * Each bus type will include a struct of_bus in the of_busses array,
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)
1123 struct of_bus *bus;
1143 static int of_translate_one(const void *blob, int parent, struct of_bus *bus,
1144 struct of_bus *pbus, fdt32_t *addr,
1210 struct of_bus *bus, *pbus;
    [all...]

Completed in 173 milliseconds