Searched refs:rprop (Results 1 – 3 of 3) sorted by relevance
/arch/sparc/kernel/ |
D | prom_32.c | 63 struct property *rprop; in sparc32_path_component() local 65 rprop = of_find_property(dp, "reg", NULL); in sparc32_path_component() 66 if (!rprop) in sparc32_path_component() 69 regs = rprop->value; in sparc32_path_component()
|
D | prom_64.c | 76 struct property *rprop; in sun4v_path_component() local 79 rprop = of_find_property(dp, "reg", NULL); in sun4v_path_component() 80 if (!rprop) in sun4v_path_component() 83 regs = rprop->value; in sun4v_path_component()
|
/arch/powerpc/kernel/ |
D | prom_parse.c | 424 int na, int ns, int pna, const char *rprop) in of_translate_one() argument 443 ranges = of_get_property(parent, rprop, &rlen); in of_translate_one() 487 const char *rprop) in __of_translate_address() argument 546 if (of_translate_one(dev, bus, pbus, addr, na, ns, pna, rprop)) in __of_translate_address()
|