Lines Matching refs:dp
66 struct device_node *dp; in dcr_map_generic() local
71 dp = find_dcr_parent(dev); in dcr_map_generic()
72 if (dp == NULL) in dcr_map_generic()
75 prop = of_get_property(dp, "dcr-access-method", NULL); in dcr_map_generic()
87 of_node_put(dp); in dcr_map_generic()
159 struct device_node *dp; in of_translate_dcr_address() local
164 dp = find_dcr_parent(dev); in of_translate_dcr_address()
165 if (dp == NULL) in of_translate_dcr_address()
169 p = of_get_property(dp, "dcr-mmio-stride", NULL); in of_translate_dcr_address()
173 p = of_get_property(dp, "dcr-mmio-range", NULL); in of_translate_dcr_address()
175 p = of_get_property(dp, "dcr-mmio-space", NULL); in of_translate_dcr_address()
180 ret = of_translate_address(dp, p); in of_translate_dcr_address()
187 of_node_put(dp); in of_translate_dcr_address()