Lines Matching refs:node
231 struct device_node *node;
482 const char* cable = of_get_property(priv->node, "cable-type",
505 if (of_device_is_compatible(priv->node, "K2-UATA") ||
506 of_device_is_compatible(priv->node, "shasta-ata"))
755 ppc_md.feature_call(PMAC_FTR_IDE_ENABLE, priv->node, 0, 1);
761 priv->node, priv->aapl_bus_id, 1);
763 priv->node, priv->aapl_bus_id, 1);
768 priv->node, priv->aapl_bus_id, 0);
892 ppc_md.feature_call(PMAC_FTR_IDE_ENABLE, priv->node,
950 if (of_device_is_compatible(priv->node, "shasta-ata")) {
953 } else if (of_device_is_compatible(priv->node, "kauai-ata")) {
956 } else if (of_device_is_compatible(priv->node, "K2-UATA")) {
959 } else if (of_device_is_compatible(priv->node, "keylargo-ata")) {
960 if (of_node_name_eq(priv->node, "ata-4")) {
967 } else if (of_device_is_compatible(priv->node, "heathrow-ata")) {
978 bidp = of_get_property(priv->node, "AAPL,bus-id", NULL);
1141 priv->node = of_node_get(mdev->ofdev.dev.of_node);
1264 /* We cannot use a MacIO controller without its OF device node */
1268 "Cannot find OF device node for controller\n");
1285 priv->node = of_node_get(np);