Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_int.h987 extern int phy_getintvar(phy_info_t *pi, const char *name);
989 #define PHY_GETINTVAR(pi, name) phy_getintvar(pi, name)
Dwlc_phy_cmn.c178 int phy_getintvar(phy_info_t *pi, const char *name) in phy_getintvar() function