Searched defs:of_dump_addr (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/of/ |
H A D | fdt_address.c | 27 static void __init of_dump_addr(const char *s, const __be32 *addr, int na) in of_dump_addr() function 35 static void __init of_dump_addr(const char *s, const __be32 *addr, int na) { } in of_dump_addr() function
|
H A D | address.c | 28 static void of_dump_addr(const char *s, const __be32 *addr, int na) in of_dump_addr() function 36 static void of_dump_addr(const char *s, const __be32 *addr, int na) { } in of_dump_addr() function
|
/openbmc/u-boot/drivers/core/ |
H A D | of_addr.c | 25 static void of_dump_addr(const char *s, const __be32 *addr, int na) in of_dump_addr() function 33 static void of_dump_addr(const char *s, const __be32 *addr, int na) { } in of_dump_addr() function
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 949 static void of_dump_addr(const char *s, const fdt32_t *addr, int na) in of_dump_addr() function 957 static void of_dump_addr(const char *s, const fdt32_t *addr, int na) { } in of_dump_addr() function
|