Lines Matching refs:prop
76 struct property *prop; in sbus_path_component() local
78 prop = of_find_property(dp, "reg", NULL); in sbus_path_component()
79 if (!prop) in sbus_path_component()
82 regs = prop->value; in sbus_path_component()
94 struct property *prop; in pci_path_component() local
97 prop = of_find_property(dp, "reg", NULL); in pci_path_component()
98 if (!prop) in pci_path_component()
101 regs = prop->value; in pci_path_component()
120 struct property *prop; in ebus_path_component() local
122 prop = of_find_property(dp, "reg", NULL); in ebus_path_component()
123 if (!prop) in ebus_path_component()
126 regs = prop->value; in ebus_path_component()
140 struct property *prop; in ambapp_path_component() local
146 prop = of_find_property(dp, "reg", NULL); in ambapp_path_component()
147 if (!prop) { in ambapp_path_component()
150 regs = prop->value; in ambapp_path_component()
155 prop = of_find_property(dp, "interrupts", NULL); in ambapp_path_component()
156 if (!prop) in ambapp_path_component()
159 intr = prop->value; in ambapp_path_component()