Searched refs:phy_comaptible_str (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c210 const char *phy_comaptible_str; local
257 phy_comaptible_str = (const char *) fdt_getprop(fdt_addr, phy,
259 if (!phy_comaptible_str)
264 if (memcmp("marvell", phy_comaptible_str, strlen("marvell")) == 0)
268 else if (memcmp("broadcom", phy_comaptible_str, strlen("broadcom")) == 0)

Completed in 59 milliseconds