Lines Matching refs:node
232 struct device_node *node;
483 const char* cable = of_get_property(priv->node, "cable-type",
506 if (of_device_is_compatible(priv->node, "K2-UATA") ||
507 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);
888 ppc_md.feature_call(PMAC_FTR_IDE_ENABLE, priv->node,
949 if (of_device_is_compatible(priv->node, "shasta-ata")) {
952 } else if (of_device_is_compatible(priv->node, "kauai-ata")) {
955 } else if (of_device_is_compatible(priv->node, "K2-UATA")) {
958 } else if (of_device_is_compatible(priv->node, "keylargo-ata")) {
959 if (of_node_name_eq(priv->node, "ata-4")) {
966 } else if (of_device_is_compatible(priv->node, "heathrow-ata")) {
977 bidp = of_get_property(priv->node, "AAPL,bus-id", NULL);
1140 priv->node = of_node_get(mdev->ofdev.dev.of_node);
1263 /* We cannot use a MacIO controller without its OF device node */
1267 "Cannot find OF device node for controller\n");
1284 priv->node = of_node_get(np);