Lines Matching refs:prop
78 struct property *prop; in sbus_path_component() local
80 prop = of_find_property(dp, "reg", NULL); in sbus_path_component()
81 if (!prop) in sbus_path_component()
84 regs = prop->value; in sbus_path_component()
96 struct property *prop; in pci_path_component() local
99 prop = of_find_property(dp, "reg", NULL); in pci_path_component()
100 if (!prop) in pci_path_component()
103 regs = prop->value; in pci_path_component()
122 struct property *prop; in ebus_path_component() local
124 prop = of_find_property(dp, "reg", NULL); in ebus_path_component()
125 if (!prop) in ebus_path_component()
128 regs = prop->value; in ebus_path_component()
141 struct property *prop; in ambapp_path_component() local
147 prop = of_find_property(dp, "reg", NULL); in ambapp_path_component()
148 if (!prop) { in ambapp_path_component()
151 regs = prop->value; in ambapp_path_component()
156 prop = of_find_property(dp, "interrupts", NULL); in ambapp_path_component()
157 if (!prop) in ambapp_path_component()
160 intr = prop->value; in ambapp_path_component()
162 prop = of_find_property(dp, "vendor", NULL); in ambapp_path_component()
163 if (!prop) in ambapp_path_component()
165 vendor = prop->value; in ambapp_path_component()
166 prop = of_find_property(dp, "device", NULL); in ambapp_path_component()
167 if (!prop) in ambapp_path_component()
169 device = prop->value; in ambapp_path_component()