Searched refs:phy_getintvar (Results 1 – 2 of 2) sorted by relevance
987 extern int phy_getintvar(phy_info_t *pi, const char *name);989 #define PHY_GETINTVAR(pi, name) phy_getintvar(pi, name)
178 int phy_getintvar(phy_info_t *pi, const char *name) in phy_getintvar() function