Home
last modified time | relevance | path

Searched refs:rprop (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/kernel/
Dprom_32.c64 struct property *rprop; in sparc32_path_component() local
66 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()
Dprom_64.c76 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()