Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c2342 case PHY_NOISE_SAMPLE_EXTERNAL: in wlc_phy_noise_sample_request()
2374 || (reason == PHY_NOISE_SAMPLE_EXTERNAL)) { in wlc_phy_noise_sample_request()
2393 || (reason == PHY_NOISE_SAMPLE_EXTERNAL)) { in wlc_phy_noise_sample_request()
2459 wlc_phy_noise_sample_request(pih, PHY_NOISE_SAMPLE_EXTERNAL, channel); in wlc_phy_noise_sample_request_external()
Dphy_int.h114 #define PHY_NOISE_SAMPLE_EXTERNAL 2 macro