Searched refs:gphy_fw_np (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | lantiq_gswip.c | 1866 struct device_node *gphy_fw_np, int i) in gswip_gphy_fw_probe() argument 1881 ret = of_property_read_u32(gphy_fw_np, "reg", &gphy_fw->fw_addr_offset); in gswip_gphy_fw_probe() 1885 ret = of_property_read_u32(gphy_fw_np, "lantiq,gphy-mode", &gphy_mode); in gswip_gphy_fw_probe() 1902 gphy_fw->reset = of_reset_control_array_get_exclusive(gphy_fw_np); in gswip_gphy_fw_probe() 1934 struct device_node *gphy_fw_np; in gswip_gphy_fw_list() local 1981 for_each_available_child_of_node(gphy_fw_list_np, gphy_fw_np) { in gswip_gphy_fw_list() 1983 gphy_fw_np, i); in gswip_gphy_fw_list() 1985 of_node_put(gphy_fw_np); in gswip_gphy_fw_list() 2012 struct device_node *mdio_np, *gphy_fw_np; in gswip_probe() local 2050 gphy_fw_np = of_get_compatible_child(dev->of_node, "lantiq,gphy-fw"); in gswip_probe() [all …]
|