Home
last modified time | relevance | path

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

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