Lines Matching defs:controller
746 /* the DDR controller, no need to */
1248 struct device_node *np, *controller;
1261 prop = of_get_property(np, "controller", NULL);
1263 pr_err("required 'controller' property missing\n");
1267 controller = of_find_node_by_phandle(be32_to_cpup(prop));
1268 if (!controller) {
1269 pr_err("could not find an 'mbus-controller' node\n");
1273 if (of_address_to_resource(controller, 0, &mbuswins_res)) {
1278 if (of_address_to_resource(controller, 1, &sdramwins_res)) {
1292 if (of_address_to_resource(controller, 2, &mbusbridge_res))