Lines Matching refs:phynode
447 struct device_node *phynode = miphy_phy->phy->dev.of_node; in miphy365x_get_addr() local
452 ret = of_property_read_string_index(phynode, "reg-names", index, &name); in miphy365x_get_addr()
462 miphy_phy->base = of_iomap(phynode, index); in miphy365x_get_addr()
464 dev_err(dev, "Failed to map %s\n", phynode->full_name); in miphy365x_get_addr()
476 struct device_node *phynode = args->np; in miphy365x_xlate() local
479 if (!of_device_is_available(phynode)) { in miphy365x_xlate()
490 if (phynode == miphy_dev->phys[index]->phy->dev.of_node) { in miphy365x_xlate()
523 static int miphy365x_of_probe(struct device_node *phynode, in miphy365x_of_probe() argument
526 of_property_read_u32(phynode, "st,sata-gen", &miphy_phy->sata_gen); in miphy365x_of_probe()
531 of_property_read_bool(phynode, "st,pcie-tx-pol-inv"); in miphy365x_of_probe()
534 of_property_read_bool(phynode, "st,sata-tx-pol-inv"); in miphy365x_of_probe()