ofn              3526 drivers/firewire/ohci.c 		struct device_node *ofn = pci_device_to_OF_node(dev);
ofn              3528 drivers/firewire/ohci.c 		if (ofn) {
ofn              3529 drivers/firewire/ohci.c 			pmac_call_feature(PMAC_FTR_1394_CABLE_POWER, ofn, 0, 1);
ofn              3530 drivers/firewire/ohci.c 			pmac_call_feature(PMAC_FTR_1394_ENABLE, ofn, 0, 1);
ofn              3538 drivers/firewire/ohci.c 		struct device_node *ofn = pci_device_to_OF_node(dev);
ofn              3540 drivers/firewire/ohci.c 		if (ofn) {
ofn              3541 drivers/firewire/ohci.c 			pmac_call_feature(PMAC_FTR_1394_ENABLE, ofn, 0, 0);
ofn              3542 drivers/firewire/ohci.c 			pmac_call_feature(PMAC_FTR_1394_CABLE_POWER, ofn, 0, 0);