Searched refs:rprop (Results 1 – 2 of 2) sorted by relevance
64 struct property *rprop; in sparc32_path_component() local66 rprop = of_find_property(dp, "reg", NULL); in sparc32_path_component()67 if (!rprop) in sparc32_path_component()70 regs = rprop->value; in sparc32_path_component()
76 struct property *rprop; in sun4v_path_component() local79 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()