Searched refs:phy_prop (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 502 const struct fdt_property *phy_prop; in octeon_fdt_set_phy() local 507 phy_prop = fdt_get_property(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy() 508 phy_handle_name = phy_prop->nameoff; in octeon_fdt_set_phy()
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | niu.c | 8248 static int niu_phy_type_prop_decode(struct niu *np, const char *phy_prop) in niu_phy_type_prop_decode() argument 8250 if (!strcmp(phy_prop, "mif")) { in niu_phy_type_prop_decode() 8255 } else if (!strcmp(phy_prop, "xgf")) { in niu_phy_type_prop_decode() 8260 } else if (!strcmp(phy_prop, "pcs")) { in niu_phy_type_prop_decode() 8265 } else if (!strcmp(phy_prop, "xgc")) { in niu_phy_type_prop_decode() 8270 } else if (!strcmp(phy_prop, "xgsd") || !strcmp(phy_prop, "gsd")) { in niu_phy_type_prop_decode()
|