Searched refs:of_bus (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/drivers/core/ |
H A 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()
|
/openbmc/linux/drivers/of/ |
H A D | fdt_address.c | 39 struct of_bus { struct 100 static const struct of_bus of_busses[] __initconst = { 110 const struct of_bus *bus, in fdt_translate_one() 111 const struct of_bus *pbus, __be32 *addr, in fdt_translate_one() 166 const struct of_bus *bus, *pbus; in fdt_translate_address()
|
H A D | address.c | 40 struct of_bus { struct 373 static struct of_bus of_busses[] = { 421 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() 452 static int of_translate_one(struct device_node *parent, struct of_bus *bus, in of_translate_one() 453 struct of_bus *pbus, __be32 *addr, in of_translate_one() 537 struct of_bus *bus, *pbus; in __of_translate_address() 734 struct of_bus *bus; in __of_get_address()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | of_device_32.c | 138 static struct of_bus of_busses[] = { 177 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() 189 struct of_bus *bus, in build_one_resource() 190 struct of_bus *pbus, in build_one_resource() 250 struct of_bus *bus; in build_device_resources() 280 struct of_bus *pbus, *dbus; in build_device_resources()
|
H A D | of_device_64.c | 183 static struct of_bus of_busses[] = { 231 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() 243 struct of_bus *bus, in build_one_resource() 244 struct of_bus *pbus, in build_one_resource() 320 struct of_bus *bus; in build_device_resources() 358 struct of_bus *pbus, *dbus; in build_device_resources() 427 struct of_bus *bus; in apply_interrupt_map()
|
H A D | of_device_common.h | 26 struct of_bus { struct
|
/openbmc/linux/include/linux/ |
H A D | of_address.h | 9 struct of_bus; 13 struct of_bus *bus;
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 990 struct of_bus { struct 1098 static struct of_bus of_busses[] = { 1120 static struct of_bus *of_match_bus(const void *blob, int parentoffset) in of_match_bus() 1122 struct of_bus *bus; in of_match_bus() 1142 static int of_translate_one(const void *blob, int parent, struct of_bus *bus, in of_translate_one() 1143 struct of_bus *pbus, fdt32_t *addr, in of_translate_one() 1209 struct of_bus *bus, *pbus; in __of_translate_address()
|